src/views/work/selfProblems/scenario/components/scenarioDialog.vue
@@ -157,7 +157,7 @@ form: { id: '', companyId: null, year: "", year: "2025", purpose: "", auditPurpose: "", reviewBasis: "", @@ -230,6 +230,7 @@ state.form.companyName = value.companyName } title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看' ; state.form.year = new Date().getFullYear().toString() if(type === 'edit' || type === 'review') { state.form = JSON.parse(JSON.stringify(value)); if(state.isAdmin){ @@ -328,7 +329,7 @@ state.form = { id: '', companyId: null, year: "", year: "2025", purpose: "", auditPurpose: "", reviewBasis: "",