diff --git a/src/api/xxcj.js b/src/api/xxcj.js index 5eb1f90..57d94c8 100644 --- a/src/api/xxcj.js +++ b/src/api/xxcj.js @@ -1,5 +1,15 @@ import request from "@/utils/request"; const api = "/mosty-api/mosty-gsxt"; + +// 情报采集关注 +export const xxcjCare = (data) => { + return request({ + url: api + "/xxcj/cjgz", + method: "POST", + data + }); +} + // 情报采集新增 export const xxcjAddEntity = (data) => { return request({ diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue index 2f6daea..25d6407 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue @@ -110,23 +110,25 @@