固件上传&用户类型+客户

This commit is contained in:
hh
2020-11-11 13:55:25 +08:00
parent e20c696904
commit 5c7a1056ae
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'
})
}