Merge branch 'master' of gitee.com:willamet/rn-bms-vue

This commit is contained in:
刘召雪
2020-11-11 17:11:08 +08:00
5 changed files with 287 additions and 287 deletions

View File

@ -43,3 +43,10 @@ export function del(ids) {
})
}
// 产品下拉
export function select() {
return request({
url: '/system/product/select',
method: 'get',
})
}

View File

@ -125,3 +125,11 @@ export function importTemplate() {
method: 'get'
})
}
// 获取客户下拉
export function userSelect() {
return request({
url: '/system/user/select',
method: 'get'
})
}