fix(测试跟踪): 功能用例的关联需求显示有误

--bug=1019695 --user=陈建星 【测试跟踪】github #19747。MeterSphere测试计划下会把上一条用例关联的JIRA需求缓存带到后面用例中展示,前端页面没有及时更新数据 https://www.tapd.cn/55049933/s/1307377
This commit is contained in:
chenjianxing 2022-11-29 15:02:12 +08:00 committed by jianxing
parent af243eae9d
commit aa3d60c468
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ export default {
this.result = {loading: false};
},
buildDemandCascaderOptions(data, options, pathArray) {
this.demandValue = [];
data.forEach(item => {
let option = {
label: item.platform + ': ' + item.name,