Browse Source

问题修改

zhangyu 5 năm trước cách đây
mục cha
commit
9e076f6f0c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
         });
       }
     },