祖安之光
7 天以前 d4534c231f7c25ca64d40c8bcaadf83f64b640c3
src/views/work/qualityInfo/infrastructureMng/maintainRecord/components/editDialog.vue
@@ -509,7 +509,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)
  }