标签页以tab形式展示

This commit is contained in:
暮光:城中城
2020-05-03 09:21:28 +08:00
parent 211eafaeed
commit 5300348552
12 changed files with 212 additions and 17 deletions

View File

@@ -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 || {};