fix(接口测试): 修复接口测试首页定时任务跳转不对的问题

--bug=1015417 --user=宋天阳 【接口测试】首页-场景定时任务,成功率中的数量跳转后,应该显示有定时任务的场景
https://www.tapd.cn/55049933/s/1216734
This commit is contained in:
song-tianyang 2022-08-01 16:59:26 +08:00 committed by 建国
parent 4b085bb321
commit cad9d06701
1 changed files with 1 additions and 1 deletions

View File

@ -743,8 +743,8 @@ export default {
// //
this.condition.selectThisWeedData = false; this.condition.selectThisWeedData = false;
this.condition.executeStatus = null; this.condition.executeStatus = null;
this.condition.selectDataType = this.selectDataType;
this.isRedirectFilter(); this.isRedirectFilter();
this.condition.selectDataType = this.selectDataType;
switch (this.selectDataRange) { switch (this.selectDataRange) {
case 'thisWeekCount': case 'thisWeekCount':
this.condition.selectThisWeedData = true; this.condition.selectThisWeedData = true;