fix(测试跟踪): 关联功能用例搜索结果无记录显示问题

--bug=1023418 --user=宋昌昌 【测试跟踪】功能用例-编辑-关联测试用例-搜索无结果与原型不符 https://www.tapd.cn/55049933/s/1338963
This commit is contained in:
song-cc-rock 2023-02-20 19:16:48 +08:00 committed by jianxing
parent 15c2296c2b
commit 6ff5584be0
4 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,7 @@
:total="total"
:showSelectAll="false"
:screenHeight="screenHeight"
:refresh-by-search.sync="refreshBySearch"
@selectCountChange="selectCountChange"
@refresh="initTable"
ref="table"
@ -148,6 +149,7 @@ export default {
pageSize: 10,
total: 0,
versionFilters: [],
refreshBySearch: false
};
},
props: {
@ -194,6 +196,7 @@ export default {
this.$emit("selectCountChange", data);
},
initTable(projectId) {
this.refreshBySearch = true;
this.condition.status = "";
this.condition.moduleIds = this.selectNodeIds;
if (projectId != null && typeof projectId === "string") {

View File

@ -31,6 +31,7 @@
:total="total"
:showSelectAll="false"
:screenHeight="screenHeight"
:refresh-by-search.sync="refreshBySearch"
@selectCountChange="selectCountChange"
@refresh="initTable"
ref="table"
@ -133,6 +134,7 @@ export default {
pageSize: 10,
total: 0,
versionFilters: [],
refreshBySearch: false
};
},
props: {
@ -169,6 +171,7 @@ export default {
this.$emit("selectCountChange", data);
},
initTable(projectId) {
this.refreshBySearch = true;
this.condition.status = "";
if (projectId != null && typeof projectId === "string") {
this.condition.projectId = projectId;

View File

@ -33,6 +33,7 @@
:total="total"
:showSelectAll="false"
:screenHeight="screenHeight"
:refresh-by-search.sync="refreshBySearch"
@selectCountChange="selectCountChange"
@refresh="initTable"
ref="table"
@ -158,6 +159,7 @@ export default {
pageSize: 10,
total: 0,
versionFilters: [],
refreshBySearch: false
};
},
props: {
@ -198,6 +200,7 @@ export default {
this.$emit("selectCountChange", data);
},
initTable(projectId) {
this.refreshBySearch = true;
this.condition.status = "";
this.condition.moduleIds = this.selectNodeIds;
if (projectId != null && typeof projectId === "string") {

View File

@ -40,6 +40,7 @@
:total="total"
:showSelectAll="false"
:screenHeight="screenHeight"
:refresh-by-search.sync="refreshBySearch"
@selectCountChange="selectCountChange"
@refresh="initTable"
ref="table"
@ -156,6 +157,7 @@ export default {
pageSize: 10,
total: 0,
versionFilters: [],
refreshBySearch: false
};
},
props: {
@ -195,6 +197,7 @@ export default {
this.$emit("selectCountChange", data);
},
initTable(projectId) {
this.refreshBySearch = true;
this.condition.status = "";
this.condition.moduleIds = this.selectNodeIds;
if (projectId != null && typeof projectId === "string") {