From d90308c668dd9fab3b0e0f7338ff1e67c7c01c48 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 17 Jan 2022 11:04:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=8A=B6=E6=80=81=E4=B8=8B=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009067 --user=lyh 【测试跟踪】英文状态下编辑已有模块失败 https://www.tapd.cn/55049933/s/1092771 --- .../business/components/track/common/minder/TestCaseMinder.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue index e0a0ad1323..523b45b874 100644 --- a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue +++ b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue @@ -211,7 +211,8 @@ name: "TestCaseMinder", } if (data.type !== 'tmp' && data.changed) { - if (data.contextChanged && data.resource && data.resource.indexOf(this.$t('test_track.module.module')) > -1) { + if (data.contextChanged && data.resource && + (data.resource.indexOf(this.$t('test_track.module.module')) > -1 || data.resource.indexOf("模块") > -1)) { this.buildSaveModules(root, data, parent); root.children && root.children.forEach(i => { if (isModuleNode(i)) {