add补空框
This commit is contained in:
@@ -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
|
||||
})
|
||||
Reference in New Issue
Block a user