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