zhouwx
2025-11-05 b59d89e4258d8e259d221dc7fc9f8f073f283d93
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)=> {