This commit is contained in:
lcw
2025-07-09 19:27:03 +08:00
17 changed files with 561 additions and 626 deletions

View File

@ -157,7 +157,18 @@ export const jczdeleteList = (id) => {
return request({
// url: api + "/tbQwXfll/deleteList",
url: api + `/tbQwXfll/delXfll/${id}`,
method: "post"
method: "delete"
});
};
/*
*删除感知源
* return promise 实例对象
*/
export const gzydeleteList = (id) => {
return request({
// url: api + "/tbQwXfll/deleteList",
url: api + `/tbJczSxt/delEntity/${id}`,
method: "delete"
});
};
/*
@ -387,11 +398,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"
});
};
//盘查管理