瀏覽代碼

只读模式不获取动态参数

zhangyu 5 年之前
父節點
當前提交
cdff5025b0
共有 1 個文件被更改,包括 3 次插入3 次删除
  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
             this.hot = null
           }
           }
           if (this.tableData && this.tableData.length) {
           if (this.tableData && this.tableData.length) {
-            if (this.onlyRead) {
-              this.getBatch(this.tableData)
-            }
+            // if (this.onlyRead) {
+            //   this.getBatch(this.tableData)
+            // }
             this.initTable()
             this.initTable()
           }
           }
         })
         })