There was an error while loading. Please reload this page.
1 parent 506b836 commit 4e3f6d7Copy full SHA for 4e3f6d7
src/pages/metadata/table/import.vue
@@ -452,6 +452,7 @@ export default {
452
try {
453
this.fileInfo = await metadataTableService.import(this.dataSource, this.metadata);
454
this.$q.notify("导入成功");
455
+ this.$root.$emit("updateMenuTree");
456
this.$router.go(-1);
457
this.$q.loading.hide();
458
} catch (error) {
0 commit comments