浏览代码

问题修改

zhangyu 5 年之前
父节点
当前提交
9e076f6f0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/business_space/business/handsontable.vue

+ 1 - 1
src/components/business_space/business/handsontable.vue

@@ -447,7 +447,7 @@ export default {
             });
             return item;
           });
-          this.tableExample.loadData(this.main);
+          this.hot.loadData(this.main);
         });
       }
     },