fix(接口测试): 修复场景变量csv提示问题

--bug=1028187 --user=王孝刚 【接口测试】接口自动化-场景变量-csv问题
https://www.tapd.cn/55049933/s/1399353
This commit is contained in:
wxg0103 2023-07-31 16:10:09 +08:00 committed by 刘瑞斌
parent 7382b2ea08
commit 45b2ccf813
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ export default {
this.showDelete = false;
if (this.editData.type === 'CSV' && this.$refs.csv) {
this.$refs.csv.cleanPreview();
this.reload();
}
this.$refs.variableTable.cancelCurrentRow();
},