diff --git a/src/views/dms/dmsPlanMaint/index.vue b/src/views/dms/dmsPlanMaint/index.vue index a04594d..26c4c76 100644 --- a/src/views/dms/dmsPlanMaint/index.vue +++ b/src/views/dms/dmsPlanMaint/index.vue @@ -534,7 +534,7 @@ const getLubeStandards = async () => { /** 获取用户列表 */ const getUser = async () => { const res = await getUserList(null); - userList.value = res.rows || []; + userList.value = res.data || []; }