From 34d3e524eef8a1e6706d1fa666eec18a79481415 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Wed, 17 Jul 2024 23:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E5=9C=A8=E9=9A=90=E6=82=A3=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/task.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index 7c8eb85..ed237a5 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -940,7 +940,18 @@ ...this.formData, businessId: this.businessId, extraConfigs: extraConfigs, - describe: describe, + describe:describe, +// describe: [{ +// "bigCategory": "1", +// "bigCategoryName": "道路线性断面", +// "smallCategory": "2", +// "smallCategoryName": "平面线形", +// "hdTerm": "4", +// "hdTermName": "急弯接桥、隧道、涵洞的", +// "hdDesc": "", +// "hdPic": "", +// "hdInfo": "" +// }], temporary, }, "POST" @@ -949,11 +960,11 @@ console.log(res); if (res.code === 200) { this.$.toast("保存成功"); - // setTimeout(() => { - // uni.navigateBack({ - // delta: 1, // 默认值是1,表示返回的页面层数 - // }); - // }, 1000); + setTimeout(() => { + uni.navigateBack({ + delta: 1, // 默认值是1,表示返回的页面层数 + }); + }, 1000); // this.data = res.result; // this.rname = this.data[0].name;