Merge branch 'main' of http://192.168.0.56:3000/bonus/cqdevicemgt-ui
This commit is contained in:
commit
8117ebee40
|
|
@ -49,10 +49,11 @@ export function submitRepairApplyApi(data) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 用户下拉选
|
// 用户下拉选
|
||||||
export function getUserSelectApi() {
|
export function getUserSelectApi(params) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/user/getUserByRoleList',
|
url: '/system/user/getUserByRoleList',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 工程下拉选
|
// 工程下拉选
|
||||||
|
|
|
||||||
|
|
@ -492,7 +492,7 @@ export default {
|
||||||
this.dynamicValidateFormTwo.premiumListTwo = []
|
this.dynamicValidateFormTwo.premiumListTwo = []
|
||||||
this.addDomainTwo()
|
this.addDomainTwo()
|
||||||
}
|
}
|
||||||
getUserSelectApi().then((response) => {
|
getUserSelectApi({ roleIds: [133] }).then((response) => {
|
||||||
this.userSelectList = response.data
|
this.userSelectList = response.data
|
||||||
})
|
})
|
||||||
getInfo().then((res) => {
|
getInfo().then((res) => {
|
||||||
|
|
|
||||||
Reference in New Issue