Browse Source

只读模式不获取动态参数

zhangyu 5 năm trước cách đây
mục cha
commit
cdff5025b0
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/components/ledger/handsontables/assets.vue

+ 3 - 3
src/components/ledger/handsontables/assets.vue

@@ -255,9 +255,9 @@ export default {
             this.hot = null
           }
           if (this.tableData && this.tableData.length) {
-            if (this.onlyRead) {
-              this.getBatch(this.tableData)
-            }
+            // if (this.onlyRead) {
+            //   this.getBatch(this.tableData)
+            // }
             this.initTable()
           }
         })