Parcourir la source

只读模式不获取动态参数

zhangyu il y a 5 ans
Parent
commit
cdff5025b0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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()
           }
         })