fix:关联测试查询加loading

This commit is contained in:
wenyann 2021-07-16 11:24:36 +08:00 committed by jianxing
parent d688fdfadf
commit d8f04decb7
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@
this.sysList = array; this.sysList = array;
}, },
getTestOptions(val) { getTestOptions(val) {
this.result.loading = true;
this.form.type = val; this.form.type = val;
this.testOptions = []; this.testOptions = [];
let url = ''; let url = '';