zhouwx
2025-10-20 71a112b7d78698b7e4df94e6255bf302bf415b35
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue
@@ -184,7 +184,7 @@
  form: {
    id: '',
    companyId: null,
    year: '',
    year: '2025',
    writeId: null,
    checkId: null,
    ratifyId: null,
@@ -241,6 +241,7 @@
  state.isAdmin = userInfo.userType === 0;
  state.form.companyName = userInfo.companyName
  state.form.companyId = userInfo.companyId
  state.form.year = new Date().getFullYear().toString()
  if(state.isAdmin){
    state.form.companyId = value.companyId
    state.form.companyName = value.companyName
@@ -322,7 +323,7 @@
  state.form = {
    id: '',
    companyId: null,
    year: '',
    year: '2025',
    writeId: null,
    checkId: null,
    ratifyId: null,