Explorar o código

只读模式不获取动态参数

zhangyu %!s(int64=5) %!d(string=hai) anos
pai
achega
cdff5025b0
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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()
           }
         })