fix:修改中文以及调用接口

This commit is contained in:
zhangyu
2020-07-28 14:26:51 +08:00
parent f1e7478557
commit e1e609dc5b
4 changed files with 23 additions and 17 deletions

View File

@@ -891,6 +891,7 @@
/*Promise.all([this.getVendorData(), this.getAssetTypeData(), this.getUserData(), this.getDcData()]).then(response => {
this.getTableData();
});*/
this.getUserData();
this.getLeftMenuList().then(() => {
this.getTableData();
});