From 3dbe51bee30e1d08468742e866edd6f2de5e727b Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Fri, 27 May 2022 17:03:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E5=88=A0=E9=99=A4=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=90=8E=E4=BB=8D=E7=84=B6=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013570 --user=李玉号 【测试跟踪】功能用例 -其他信息 -评论删除后,切换到附件,再切换回来,评论仍存在,再删除报错 https://www.tapd.cn/55049933/s/1166845 --- .../business/components/track/case/components/TestCaseEdit.vue | 2 +- .../components/track/case/components/TestCaseEditOtherInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index ba92f08089..69cf29540a 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -87,7 +87,7 @@ { - this.comments = res.data; + this.$emit('update:comments', res.data); }) }, setRelationshipCount(count) {