祖安之光
2025-10-16 67e10b967921194eaeef3297c6b36dd429bc65aa
src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
@@ -157,7 +157,7 @@
  form: {
    id: '',
    companyId: null,
    year: "",
    year: "2025",
    basic: "",
    synthesize: "",
    damage: "",
@@ -212,6 +212,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.companyList = companyList
    state.form.companyId = null
@@ -300,7 +301,7 @@
  state.form = {
    id: '',
    companyId: null,
    year: "",
    year: "2025",
    basic: "",
    synthesize: "",
    damage: "",