zhouwx
2025-10-16 2207aed8606055c00c49d8e889401d5c78545241
src/views/work/assetMng/workEnvironmentControl/6sInspectChecklist/components/editDialog.vue
@@ -348,6 +348,7 @@
  await getUserList(companyId)
  state.title = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看'
  state.form.companyId = companyId
  state.form.year = new Date().getFullYear().toString()
  if(state.title == '编辑'||state.title == '查看'){
    await getInfo(value.id)
  }