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