feat: endpoint-query中save-chart侧滑panel的处理
This commit is contained in:
@@ -510,6 +510,7 @@
|
||||
} else {
|
||||
this.$post('panel', {name: this.panelName2}).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.$emit("reloadOnlyPanel");
|
||||
this.$store.commit('panelListChange', true);
|
||||
} else {
|
||||
this.$message.error(response.msg);
|
||||
|
||||
Reference in New Issue
Block a user