diff --git a/src/api/system/user.js b/src/api/system/user.js index 2641a5b..94acd63 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -22,10 +22,11 @@ export function getUserProfile() { }) } -export function getSimpleUserList() { +export function getSimpleUserList(params) { return request({ url: '/admin-api/system/user/simple-list', - method: 'get' + method: 'get', + params }) } diff --git a/src/pages.json b/src/pages.json index 169b348..59bea2e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -669,6 +669,13 @@ "navigationStyle": "custom" } }, + { + "path": "moldRepair/userSelect", + "style": { + "navigationBarTitleText": "选择人员", + "navigationStyle": "custom" + } + }, { "path": "moldInspectionItems/index", "style": { diff --git a/src/pages_function/pages/moldRepair/form.vue b/src/pages_function/pages/moldRepair/form.vue index 2030709..d8ebbaf 100644 --- a/src/pages_function/pages/moldRepair/form.vue +++ b/src/pages_function/pages/moldRepair/form.vue @@ -37,16 +37,18 @@ {{ t('moldRepair.acceptedBy') }} - - {{ acceptedByLabel }} - + + {{ acceptedByLabel }} + + {{ t('moldRepair.confirmBy') }} - - {{ confirmByLabel }} - + + {{ confirmByLabel }} + + @@ -219,7 +221,7 @@ + +