祖安之光
2025-10-27 597674287e557da07eab8c3b5e3a36d2e1868de9
src/views/work/assetMng/toolsMonitorMeasure/equipCalibrateConfirm/components/editDialog.vue
@@ -264,7 +264,13 @@
}
const getDeptList = async ()=>{
  state.form.deviceName = ''
  state.form.deviceNumber = ''
  state.form.calibrationTime = ''
  state.form.calibrationNumber = ''
  state.form.calibrationCompany = ''
  await getUserList(state.form.companyId)
  await getDeviceList(state.form.companyId)
}
const getUserList = async (companyId)=> {