add补空框

This commit is contained in:
2025-04-27 13:23:39 +08:00
parent 38d09f0f37
commit 87e7e5cd39
7 changed files with 176 additions and 19 deletions

View File

@@ -94,4 +94,12 @@ export const callMater = (mater, code, vcode) => request({
export const selectPointByRegion = (code) => request({
url:'api/handheld/selectPointByRegion?regionCode=' + code,
method: 'GET'
})
export const getLlddw = () => request({
url:'api/handheld/getLlddw',
data: {}
})
export const fillUpEmpty = (obj) => request({
url:'api/handheld/fillUpEmpty',
data: obj
})