refactor(测试跟踪): 优化测试计划关联接口模块树与数据不符合

--bug=1014985 --user=王孝刚 【接口测试】SQL和dubbo协议接口定义-编辑时添加依赖关系弹窗有时候显示http协议的接口
https://www.tapd.cn/55049933/s/1204194
This commit is contained in:
wxg0103 2022-07-19 15:10:53 +08:00 committed by jianxing
parent a0c5e78950
commit 823cc1d5c7
2 changed files with 3 additions and 2 deletions

View File

@ -138,12 +138,12 @@
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-show="!showFollow">
<i class="el-icon-star-off"
style="color: #783987; font-size: 22px; margin-right: 5px;cursor: pointer;position: relative; top: 3px; "
style="color: var(--primary_color); font-size: 22px; margin-right: 5px;cursor: pointer;position: relative; top: 3px; "
@click="saveFollow"/>
</el-tooltip>
<el-tooltip :content="$t('commons.cancel')" placement="bottom" effect="dark" v-show="showFollow">
<i class="el-icon-star-on"
style="color: #783987; font-size: 22px; margin-right: 5px;cursor: pointer;position: relative; top: 3px; "
style="color: var(--primary_color); font-size: 22px; margin-right: 5px;cursor: pointer;position: relative; top: 3px; "
@click="saveFollow"/>
</el-tooltip>
<el-link type="primary" style="margin-right: 5px" @click="openHis"

View File

@ -15,6 +15,7 @@
@setModuleOptions="setModuleOptions"
:show-case-num="false"
:is-read-only="true"
:is-relevance="true"
ref="nodeTree"/>
</template>