From e485cc7589bf31c2ea02a6b2f64d6f8247446fba Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 29 Nov 2022 15:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E7=9A=84=E5=85=B3=E8=81=94?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E6=98=BE=E7=A4=BA=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019695 --user=陈建星 【测试跟踪】github #19747。MeterSphere测试计划下会把上一条用例关联的JIRA需求缓存带到后面用例中展示,前端页面没有及时更新数据 https://www.tapd.cn/55049933/s/1307377 --- .../src/business/case/components/TestCaseEditOtherInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/test-track/frontend/src/business/case/components/TestCaseEditOtherInfo.vue b/test-track/frontend/src/business/case/components/TestCaseEditOtherInfo.vue index fefd1b0843..c363f57f12 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEditOtherInfo.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEditOtherInfo.vue @@ -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,