fix(测试跟踪): 关联功能用例搜索结果无记录显示问题
--bug=1023418 --user=宋昌昌 【测试跟踪】功能用例-编辑-关联测试用例-搜索无结果与原型不符 https://www.tapd.cn/55049933/s/1338963
This commit is contained in:
parent
15c2296c2b
commit
6ff5584be0
|
@ -37,6 +37,7 @@
|
||||||
:total="total"
|
:total="total"
|
||||||
:showSelectAll="false"
|
:showSelectAll="false"
|
||||||
:screenHeight="screenHeight"
|
:screenHeight="screenHeight"
|
||||||
|
:refresh-by-search.sync="refreshBySearch"
|
||||||
@selectCountChange="selectCountChange"
|
@selectCountChange="selectCountChange"
|
||||||
@refresh="initTable"
|
@refresh="initTable"
|
||||||
ref="table"
|
ref="table"
|
||||||
|
@ -148,6 +149,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
total: 0,
|
total: 0,
|
||||||
versionFilters: [],
|
versionFilters: [],
|
||||||
|
refreshBySearch: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
@ -194,6 +196,7 @@ export default {
|
||||||
this.$emit("selectCountChange", data);
|
this.$emit("selectCountChange", data);
|
||||||
},
|
},
|
||||||
initTable(projectId) {
|
initTable(projectId) {
|
||||||
|
this.refreshBySearch = true;
|
||||||
this.condition.status = "";
|
this.condition.status = "";
|
||||||
this.condition.moduleIds = this.selectNodeIds;
|
this.condition.moduleIds = this.selectNodeIds;
|
||||||
if (projectId != null && typeof projectId === "string") {
|
if (projectId != null && typeof projectId === "string") {
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
:total="total"
|
:total="total"
|
||||||
:showSelectAll="false"
|
:showSelectAll="false"
|
||||||
:screenHeight="screenHeight"
|
:screenHeight="screenHeight"
|
||||||
|
:refresh-by-search.sync="refreshBySearch"
|
||||||
@selectCountChange="selectCountChange"
|
@selectCountChange="selectCountChange"
|
||||||
@refresh="initTable"
|
@refresh="initTable"
|
||||||
ref="table"
|
ref="table"
|
||||||
|
@ -133,6 +134,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
total: 0,
|
total: 0,
|
||||||
versionFilters: [],
|
versionFilters: [],
|
||||||
|
refreshBySearch: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
@ -169,6 +171,7 @@ export default {
|
||||||
this.$emit("selectCountChange", data);
|
this.$emit("selectCountChange", data);
|
||||||
},
|
},
|
||||||
initTable(projectId) {
|
initTable(projectId) {
|
||||||
|
this.refreshBySearch = true;
|
||||||
this.condition.status = "";
|
this.condition.status = "";
|
||||||
if (projectId != null && typeof projectId === "string") {
|
if (projectId != null && typeof projectId === "string") {
|
||||||
this.condition.projectId = projectId;
|
this.condition.projectId = projectId;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
:total="total"
|
:total="total"
|
||||||
:showSelectAll="false"
|
:showSelectAll="false"
|
||||||
:screenHeight="screenHeight"
|
:screenHeight="screenHeight"
|
||||||
|
:refresh-by-search.sync="refreshBySearch"
|
||||||
@selectCountChange="selectCountChange"
|
@selectCountChange="selectCountChange"
|
||||||
@refresh="initTable"
|
@refresh="initTable"
|
||||||
ref="table"
|
ref="table"
|
||||||
|
@ -158,6 +159,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
total: 0,
|
total: 0,
|
||||||
versionFilters: [],
|
versionFilters: [],
|
||||||
|
refreshBySearch: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
@ -198,6 +200,7 @@ export default {
|
||||||
this.$emit("selectCountChange", data);
|
this.$emit("selectCountChange", data);
|
||||||
},
|
},
|
||||||
initTable(projectId) {
|
initTable(projectId) {
|
||||||
|
this.refreshBySearch = true;
|
||||||
this.condition.status = "";
|
this.condition.status = "";
|
||||||
this.condition.moduleIds = this.selectNodeIds;
|
this.condition.moduleIds = this.selectNodeIds;
|
||||||
if (projectId != null && typeof projectId === "string") {
|
if (projectId != null && typeof projectId === "string") {
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
:total="total"
|
:total="total"
|
||||||
:showSelectAll="false"
|
:showSelectAll="false"
|
||||||
:screenHeight="screenHeight"
|
:screenHeight="screenHeight"
|
||||||
|
:refresh-by-search.sync="refreshBySearch"
|
||||||
@selectCountChange="selectCountChange"
|
@selectCountChange="selectCountChange"
|
||||||
@refresh="initTable"
|
@refresh="initTable"
|
||||||
ref="table"
|
ref="table"
|
||||||
|
@ -156,6 +157,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
total: 0,
|
total: 0,
|
||||||
versionFilters: [],
|
versionFilters: [],
|
||||||
|
refreshBySearch: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
@ -195,6 +197,7 @@ export default {
|
||||||
this.$emit("selectCountChange", data);
|
this.$emit("selectCountChange", data);
|
||||||
},
|
},
|
||||||
initTable(projectId) {
|
initTable(projectId) {
|
||||||
|
this.refreshBySearch = true;
|
||||||
this.condition.status = "";
|
this.condition.status = "";
|
||||||
this.condition.moduleIds = this.selectNodeIds;
|
this.condition.moduleIds = this.selectNodeIds;
|
||||||
if (projectId != null && typeof projectId === "string") {
|
if (projectId != null && typeof projectId === "string") {
|
||||||
|
|
Loading…
Reference in New Issue