fix(接口测试): 修复场景变量csv提示问题
--bug=1028187 --user=王孝刚 【接口测试】接口自动化-场景变量-csv问题 https://www.tapd.cn/55049933/s/1399353
This commit is contained in:
parent
7382b2ea08
commit
45b2ccf813
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue