数据库表导出
diff --git a/zyplayer-doc-ui/db-ui/src/views/data/TransferData.vue b/zyplayer-doc-ui/db-ui/src/views/data/TransferData.vue
index 338b77c4..10e78c8f 100644
--- a/zyplayer-doc-ui/db-ui/src/views/data/TransferData.vue
+++ b/zyplayer-doc-ui/db-ui/src/views/data/TransferData.vue
@@ -1,6 +1,6 @@
-
+
数据互导工具
diff --git a/zyplayer-doc-ui/db-ui/src/views/table/Info.vue b/zyplayer-doc-ui/db-ui/src/views/table/Info.vue
index 30f44ee5..bbb48016 100644
--- a/zyplayer-doc-ui/db-ui/src/views/table/Info.vue
+++ b/zyplayer-doc-ui/db-ui/src/views/table/Info.vue
@@ -115,6 +115,11 @@
tableInfo.newDesc = tableInfo.description;
app.tableInfo = tableInfo;
app.columnListLoading = false;
+ var newName = {key: app.$route.fullPath, val: tableInfo.tableName};
+ app.$store.commit('global/addTableName', newName);
+ app.$forceUpdate();
+ console.log(newName)
+ // app.$store.state.global.pageTabNameMap
});
this.common.post(this.apilist1.tableStatus, this.vueQueryParam, function (json) {
app.tableStatusInfo = json.data || {};