no message

This commit is contained in:
蔡玲
2024-10-21 14:19:45 +08:00
parent 1855acc419
commit 041c06dce2
3 changed files with 27 additions and 14 deletions

View File

@@ -18,12 +18,6 @@ export const pointSearch = (rcode, pcode, ne) => request({
need_emtpy: ne
}
})
export const pointSearch1 = (rcode) => request({
url:'api/pda/point',
data: {
region_code: rcode
}
})
// 查询各点位物料状态
export const dwztSearch = (rcode) => request({