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: "",