fix:修复traffic配置页面可能刷新页面的问题

This commit is contained in:
wangwenrui
2020-10-21 18:46:49 +08:00
parent 46ff3533f3
commit 2dc2b1ad5b
3 changed files with 4 additions and 5 deletions

View File

@@ -728,7 +728,7 @@
if (response2.code === 200) {
this.esc();
this.$message({duration: 1000, type: 'success', message: this.$t("tip.saveSuccess")});
this.$refs.chartForm.resetFields();//清空表单
// this.$refs.chartForm.resetFields();//清空表单
this.$emit('on-create-success', 'update', response2.data, params);
} else {
if(response2.msg){