From 0db23ba44ec4305a5805edff43b3c267d7430a01 Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Fri, 12 Sep 2025 10:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E8=AE=A1=E5=88=92=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=88=87=E6=8D=A2=E9=A1=B9=E7=9B=AE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npm | 0 src/views/progress/plan/index.vue | 1 + 2 files changed, 1 insertion(+) create mode 100644 npm diff --git a/npm b/npm new file mode 100644 index 0000000..e69de29 diff --git a/src/views/progress/plan/index.vue b/src/views/progress/plan/index.vue index 411bcd7..6cab6da 100644 --- a/src/views/progress/plan/index.vue +++ b/src/views/progress/plan/index.vue @@ -402,6 +402,7 @@ const resetMatrix = () => { matrixValue.value = undefined; queryParams.value.matrixId = undefined; queryParams.value.projectId = undefined; + relevancyStructure.value = '1'; matrixOptions.value = []; };