Browse Source

问题修改

zhangyu 5 years ago
parent
commit
9e076f6f0c
1 changed files with 1 additions and 1 deletions
  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;
             return item;
           });
           });
-          this.tableExample.loadData(this.main);
+          this.hot.loadData(this.main);
         });
         });
       }
       }
     },
     },