From 08fec1782f1e989d5273d046ffbf2428d27f293b Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Thu, 25 Jul 2024 09:23:40 +0800 Subject: [PATCH] 1 --- pages/investigation/index.vue | 2 +- pages/investigation/task.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 169faa9..5e1b59e 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -96,7 +96,7 @@ }, // 页面加载 onLoad(e) { - this.getList() + // this.getList() }, onShow() { diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index 6c7ed57..5db98c3 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -825,6 +825,7 @@ .globalRequest( "/hiddenDanger/highDanger/getUserHiddenDangerList", { nuserid: this.$.getData("token"), + pcType: 2, businessId }, "GET"