修改bug

This commit is contained in:
13684185576
2025-07-08 14:56:56 +08:00
parent 9f84ea1564
commit 477b1c3b22
17 changed files with 693 additions and 983 deletions

View File

@ -160,6 +160,17 @@ export const jczdeleteList = (id) => {
method: "post"
});
};
/*
*删除感知源
* return promise 实例对象
*/
export const gzydeleteList = (id) => {
return request({
// url: api + "/tbQwXfll/deleteList",
url: api + `/tbJczSxt/delEntity/${id}`,
method: "delete"
});
};
/*
*删除巡防力量 民警、辅警
* return promise 实例对象
@ -351,11 +362,10 @@ export const JczupdateJcz = (data) => {
});
};
// 删除检查站
export const JczdeleteById = (data) => {
export const JczdeleteById = (id) => {
return request({
url: api + `/jcz/deleteById`,
method: "post",
data
url: api + `/jcz/deleteById/${id}`,
method: "delete"
});
};
//盘查管理