祖安之光
2025-10-21 f3c73a86f00061125e1946125c2f7499064a5708
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,