src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
@@ -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