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;