fix(测试跟踪): 测试计划关联性能用例左侧模块树去掉
--bug=1018845 --user=宋昌昌 【测试跟踪】测试计划-关联性能用例的弹框页面优化 https://www.tapd.cn/55049933/s/1282450
This commit is contained in:
parent
0183c51350
commit
272519551d
|
@ -5,16 +5,6 @@
|
||||||
:plan-id="planId"
|
:plan-id="planId"
|
||||||
ref="baseRelevance">
|
ref="baseRelevance">
|
||||||
|
|
||||||
<template v-slot:aside>
|
|
||||||
<node-tree class="node-tree"
|
|
||||||
v-loading="loading"
|
|
||||||
@nodeSelectEvent="nodeChange"
|
|
||||||
local-suffix="test_case"
|
|
||||||
default-label="未规划用例"
|
|
||||||
:tree-nodes="treeNodes"
|
|
||||||
ref="nodeTree"/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<ms-table-adv-search-bar :condition.sync="condition" class="adv-search-bar"
|
<ms-table-adv-search-bar :condition.sync="condition" class="adv-search-bar"
|
||||||
v-if="condition.components !== undefined && condition.components.length > 0"
|
v-if="condition.components !== undefined && condition.components.length > 0"
|
||||||
@search="search"/>
|
@search="search"/>
|
||||||
|
|
Loading…
Reference in New Issue