diff --git a/src/api/xxcj.js b/src/api/xxcj.js index 57d94c8..c66b534 100644 --- a/src/api/xxcj.js +++ b/src/api/xxcj.js @@ -246,3 +246,12 @@ export const xxcjXxcjSh = (data) => { data }) } + +// 上报区厅 +export const xxcjReportGat = (data) => { + return request({ + url: api + `/xxcj/reportGat`, + method: "post", + data + }) +} diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue index 7db3519..4e26f4c 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue @@ -68,6 +68,7 @@