| | |
| | | form: { |
| | | id: '', |
| | | companyId: null, |
| | | year: "", //年份 |
| | | year: "2025", //年份 |
| | | auditPurpose: "", //审核目的 |
| | | reviewBasis: "", //审核依据 |
| | | reviewScope: "", //审核范围 |
| | |
| | | } |
| | | await getDeptList() |
| | | 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)); |
| | | checkTime.value = [state.form.reviewStart,state.form.reviewEnd] |
| | |
| | | state.form = { |
| | | id: '', |
| | | companyId: null, |
| | | year: "", //年份 |
| | | year: "2025", //年份 |
| | | auditPurpose: "", //审核目的 |
| | | reviewBasis: "", //审核依据 |
| | | reviewScope: "", //审核范围 |