src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue
@@ -309,7 +309,12 @@ state.qualityList = [] } const getPeopleList = async ()=> { if(state.isAdmin && (state.form.companyId == 0 || state.form.companyId == null)){ return } const queryParams = { pageNum: 1, pageSize: 9999, companyId: state.form.companyId } const res = await getUser(queryParams)