维修-内部维修-维修人下拉接口更换
This commit is contained in:
parent
86e5ff1515
commit
a6173d17f5
|
|
@ -51,7 +51,7 @@ export function submitRepairApplyApi(data) {
|
||||||
// 用户下拉选
|
// 用户下拉选
|
||||||
export function getUserSelectApi() {
|
export function getUserSelectApi() {
|
||||||
return request({
|
return request({
|
||||||
url: '/base/repair/getUserSelect',
|
url: '/system/user/getUserByRoleList',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in userSelectList"
|
v-for="dict in userSelectList"
|
||||||
:key="dict.userId"
|
:key="dict.userId"
|
||||||
:label="dict.nickName"
|
:label="dict.userName"
|
||||||
:value="dict.userId"
|
:value="dict.userId"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
@ -204,7 +204,7 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in userSelectList"
|
v-for="dict in userSelectList"
|
||||||
:key="dict.userId"
|
:key="dict.userId"
|
||||||
:label="dict.nickName"
|
:label="dict.userName"
|
||||||
:value="dict.userId"
|
:value="dict.userId"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue