feat: endpoint-query中save-chart侧滑panel的处理

This commit is contained in:
陈劲松
2020-03-12 17:52:37 +08:00
parent 5fdd699c7b
commit 2d4f870274

View File

@@ -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);