From 572412e2cfb9a2c97aa34a3557970443fda1bdc7 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 20 Dec 2021 14:34:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=96=B0=E7=9A=84=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=97=B6=E4=BC=9A=E5=8D=A1=E5=9C=A8=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008976 --user=lyh 【测试跟踪】创建新的用例时至空点击创建并执行,之后点击自动更新状态,就会卡在加载中的状态 https://www.tapd.cn/55049933/s/1083309 --- .../business/components/track/plan/components/TestPlanEdit.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/components/TestPlanEdit.vue b/frontend/src/business/components/track/plan/components/TestPlanEdit.vue index 7833c42d85..f40d8c9203 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanEdit.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanEdit.vue @@ -222,7 +222,6 @@ export default { this.reload(); }, testPlanInfo() { - this.result.loading = true; this.$refs['planFrom'].validate((valid) => { if (valid) { let param = {};