From 1c0940dd717650180778268674849d1e60bd280f Mon Sep 17 00:00:00 2001 From: guanxiaohan Date: Thu, 8 Aug 2024 17:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E9=AA=81=E7=BF=B0=5F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/detail.vue | 1699 ++++++++++++++++++---------------- pages/investigation/task.vue | 4 +- pages/knowledge/index.vue | 97 +- 3 files changed, 951 insertions(+), 849 deletions(-) diff --git a/pages/index/detail.vue b/pages/index/detail.vue index dff6f42..e6ff071 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index dbc7948..ce44eda 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -1249,7 +1249,8 @@ .globalRequest( "/hiddenDanger/config/getDangerBaseData", { nuserid: this.$.getData("token"), - sectionCode: this.sectionCode + sectionCode: this.sectionCode, + businessId: this.businessId }, "GET" ) @@ -1834,6 +1835,7 @@ .globalRequest( "/hiddenDanger/highDanger/saveManualInvestigation", { ...this.formData, + operator: this.$.getData("token"), businessId: this.businessId, extraConfigs: this.extraConfigs, describe: this.describeArr, diff --git a/pages/knowledge/index.vue b/pages/knowledge/index.vue index ac8276b..7421d58 100644 --- a/pages/knowledge/index.vue +++ b/pages/knowledge/index.vue @@ -1,6 +1,6 @@