From 38fe11301f6d48c5981b62ff5e9e7c39bf5a53fd Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 14 May 2025 17:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B5=84=E9=87=91=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlanPicker/index.vue | 2 +- src/views/away/index.vue | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/PlanPicker/index.vue b/src/components/PlanPicker/index.vue index bafb1df..c1d8aee 100644 --- a/src/components/PlanPicker/index.vue +++ b/src/components/PlanPicker/index.vue @@ -306,7 +306,7 @@ export default { this.$nextTick(_ => { this.plans.forEach(row => { if (row.flow_mod_id == this.myFlowModId) { - this.$refs['editorPlanTable']?.toggleRowSelection(row, true) + // this.$refs['editorPlanTable']?.toggleRowSelection(row, true) } }) }) diff --git a/src/views/away/index.vue b/src/views/away/index.vue index fabf234..ea0e568 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -26,6 +26,12 @@ +