zhangyu hace 5 años
padre
commit
9e076f6f0c
Se han modificado 1 ficheros con 1 adiciones y 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);
         });
       }
     },