Merge branch 'master' of gitee.com:willamet/rn-bms-vue
This commit is contained in:
@ -43,3 +43,10 @@ export function del(ids) {
|
||||
})
|
||||
}
|
||||
|
||||
// 产品下拉
|
||||
export function select() {
|
||||
return request({
|
||||
url: '/system/product/select',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
@ -125,3 +125,11 @@ export function importTemplate() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取客户下拉
|
||||
export function userSelect() {
|
||||
return request({
|
||||
url: '/system/user/select',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user