From 7b7f88326e6b39f7a58f0443506f49432269bb21 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Thu, 18 Jul 2024 13:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=90=8E=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/task.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index d3ff73b..fccabdc 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -947,16 +947,16 @@ businessId: this.businessId, extraConfigs: extraConfigs, describe:describe, -// describe: [{ -// "bigCategory": "1", -// "bigCategoryName": "道路线性断面", -// "smallCategory": "2", -// "smallCategoryName": "平面线形", -// "hdTerm": "4", -// "hdTermName": "急弯接桥、隧道、涵洞的", -// "hdDesc": "", -// "hdPic": "", -// "hdInfo": "" +// describe: [{ +// "bigCategory": "1", +// "bigCategoryName": "道路线性断面", +// "smallCategory": "2", +// "smallCategoryName": "平面线形", +// "hdTerm": "4", +// "hdTermName": "急弯接桥、隧道、涵洞的", +// "hdDesc": "", +// "hdPic": "", +// "hdInfo": "" // }], temporary, }, @@ -968,7 +968,7 @@ this.$.toast("保存成功"); setTimeout(() => { uni.navigateBack({ - delta: 1, // 默认值是1,表示返回的页面层数 + delta: 2, // 默认值是1,表示返回的页面层数 }); }, 1000);