mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
fix(测试计划): 功能用例-列表的高级筛选条件带入详情
--bug=1048952 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048952
This commit is contained in:
parent
7ffdb5f3c9
commit
cc649a7e9a
@ -612,7 +612,6 @@
|
||||
sort: {},
|
||||
filter: {},
|
||||
keyword: '',
|
||||
combine: {},
|
||||
searchMode: 'AND',
|
||||
projectId: appStore.currentProjectId,
|
||||
});
|
||||
@ -627,6 +626,7 @@
|
||||
pageSize,
|
||||
current,
|
||||
filter,
|
||||
combineSearch,
|
||||
keyword: _keyword,
|
||||
sort,
|
||||
moduleIds,
|
||||
@ -648,6 +648,7 @@
|
||||
collectionId,
|
||||
treeType,
|
||||
projectId,
|
||||
combineSearch,
|
||||
};
|
||||
}
|
||||
getPlanDetail();
|
||||
|
Loading…
Reference in New Issue
Block a user