lilei пре 2 недеља
родитељ
комит
75f3a4f5dc
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/views/financialManagement/accountStatement/confrontModal.vue

+ 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']
+      }
     }
   }
 }