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"