From 11006bf7ff280066b016a12e7d3b52319dc77c9a Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 25 Aug 2023 10:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E7=82=B9=E5=87=BB=E5=9C=B0=E5=9B=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task_template/edit.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/task_template/edit.vue b/src/views/task_template/edit.vue index 755d56e..6514909 100644 --- a/src/views/task_template/edit.vue +++ b/src/views/task_template/edit.vue @@ -295,6 +295,9 @@ const setFormData = async (data: Record) => { formData[key] = data[key]; } } + if (formData.type == 32) { + mapShow.value = true; + } }; const getDetail = async (row: Record) => {