From c617d1e62d120380b3c8ef1b0d2ad0332a7043a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Wed, 2 Jul 2025 16:07:54 +0800 Subject: [PATCH] update --- src/pages/merchant/components/AddComment.vue | 2 +- .../merchant/pages/task-center/components/new-task-1.vue | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/merchant/components/AddComment.vue b/src/pages/merchant/components/AddComment.vue index 419076f..0cab0da 100644 --- a/src/pages/merchant/components/AddComment.vue +++ b/src/pages/merchant/components/AddComment.vue @@ -59,7 +59,7 @@ const success = async () => { @ok="success"> - + diff --git a/src/pages/merchant/pages/task-center/components/new-task-1.vue b/src/pages/merchant/pages/task-center/components/new-task-1.vue index 002818e..5c84490 100644 --- a/src/pages/merchant/pages/task-center/components/new-task-1.vue +++ b/src/pages/merchant/pages/task-center/components/new-task-1.vue @@ -48,6 +48,12 @@ const success = async () => { } }); } + +const initGLPO = () => { + form.value.material_id = null; + form.value.backfill.forEach(v => v.content_id = null); + form.value.settltment_before.length = 0; +}