From d3ea1684ab7b63809dd6475d259ad920416e83a7 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Wed, 17 Jul 2024 18:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E6=8E=92=E6=9F=A5=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/investigation-item.vue | 573 ++++++++-------- .../components/investigation-item2.vue | 614 +++++++++--------- pages/investigation/task.vue | 13 +- 3 files changed, 587 insertions(+), 613 deletions(-) diff --git a/pages/investigation/components/investigation-item.vue b/pages/investigation/components/investigation-item.vue index 512c7da..070d2e2 100644 --- a/pages/investigation/components/investigation-item.vue +++ b/pages/investigation/components/investigation-item.vue @@ -1,293 +1,280 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue index f8e137d..bf166c2 100644 --- a/pages/investigation/components/investigation-item2.vue +++ b/pages/investigation/components/investigation-item2.vue @@ -1,314 +1,300 @@ - - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index c90e3a7..4de9cab 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -702,7 +702,8 @@ export default { }; }, methods: { - showInvestigationTag(v) { + showInvestigationTag(v) { + console.log(v) this.showInvestigation2 = true; this.showInvestigation2Item = v; }, @@ -1086,11 +1087,11 @@ export default { 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;