祖安之光
2025-11-27 f63c8d03de6947b7f4c664b7c947346ac62b2120
src/views/work/assetMng/workEnvironmentControl/6sInspectChecklist/components/editDialog.vue
@@ -458,7 +458,7 @@
const getUserList = async (companyId)=> {
  const res = await getEmployeeRecords({companyId: companyId})
  if(res.code == 200){
    state.userList = res.data.list?res.data.list:[]
    state.userList = res.data ? res.data :[]
  }else{
    ElMessage.warning(res.message)
  }