lilei 2 nedēļas atpakaļ
vecāks
revīzija
75f3a4f5dc

+ 3 - 0
src/views/financialManagement/accountStatement/confrontModal.vue

@@ -407,6 +407,9 @@ export default {
   watch: {
     show (newValue, oldValue) {
       this.opened = newValue
+      if (newValue) {
+        this.showCols = ['no', 'year', 'month', 'day', 'bizNo', 'bizTypeDictValue', 'expenseAllocateType', 'digestInfo', 'productCode', 'debitAmount', 'creditorAmount', 'totalAmount', 'remarks']
+      }
     }
   }
 }