refactor(测试跟踪): 测试计划保存的运行环境后刷新列表

--user=郭雨琦
This commit is contained in:
guoyuqi 2022-08-02 10:57:41 +08:00 committed by xiaomeinvG
parent d9a6c67d58
commit 9f9ebfcca0
1 changed files with 1 additions and 1 deletions

View File

@ -819,10 +819,10 @@ export default {
}); });
} else { } else {
this.result = this.$post('test/plan/edit/runModeConfig', param, () => { this.result = this.$post('test/plan/edit/runModeConfig', param, () => {
this.initTableData();
this.$success(this.$t('commons.save_success')); this.$success(this.$t('commons.save_success'));
}); });
} }
this.initTableData();
}, },
saveFollow(row) { saveFollow(row) {
if (row.showFollow) { if (row.showFollow) {