SQL编辑器自动提示优化,拖动改变左侧菜单宽度,一些展示优化
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
methods: {
|
||||
initQueryParam(to) {
|
||||
this.vueQueryParam = to.query;
|
||||
let newName = {key: this.$route.fullPath, val: '编辑函数-' + this.vueQueryParam.procName};
|
||||
let newName = {key: this.$route.fullPath, val: '编辑函数'};
|
||||
this.$store.commit('global/addTableName', newName);
|
||||
},
|
||||
sqlExecutorInit(editor) {
|
||||
|
||||
Reference in New Issue
Block a user