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);