祖安之光
2025-12-08 6c72f9b20a1c0ea679ee1e39c794183fda217456
src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue
@@ -469,7 +469,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 :[]
    if(state.form.deptId){
      state.interUserList = state.userList.filter(i=>i.deptId !== state.form.deptId)
    }else{