祖安之光
2025-10-14 e1034e8661e811215809a2a375767d50ccd32541
src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue
@@ -365,6 +365,7 @@
    state.form.companyName = value.companyName
    state.companyList = companyList
  }
  state.form.year = new Date().getFullYear().toString()
  title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看' ;
  if(type === 'edit' || type === 'review') {
    state.form = JSON.parse(JSON.stringify(value));