fix(接口测试): 修复接口测试首页定时任务跳转不对的问题
--bug=1015417 --user=宋天阳 【接口测试】首页-场景定时任务,成功率中的数量跳转后,应该显示有定时任务的场景 https://www.tapd.cn/55049933/s/1216734
This commit is contained in:
parent
4b085bb321
commit
cad9d06701
|
@ -743,8 +743,8 @@ export default {
|
|||
//检查是否只查询本周数据
|
||||
this.condition.selectThisWeedData = false;
|
||||
this.condition.executeStatus = null;
|
||||
this.condition.selectDataType = this.selectDataType;
|
||||
this.isRedirectFilter();
|
||||
this.condition.selectDataType = this.selectDataType;
|
||||
switch (this.selectDataRange) {
|
||||
case 'thisWeekCount':
|
||||
this.condition.selectThisWeedData = true;
|
||||
|
|
Loading…
Reference in New Issue