zhouwx
2025-10-20 71a112b7d78698b7e4df94e6255bf302bf415b35
src/views/work/selfProblems/plan/components/planDialog.vue
@@ -299,7 +299,7 @@
  form: {
    id: '',
    companyId: null,
    year: "", //年份
    year: "2025", //年份
    auditPurpose: "", //审核目的
    reviewBasis: "", //审核依据
    reviewScope: "", //审核范围
@@ -381,6 +381,7 @@
  }
  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]
@@ -547,7 +548,7 @@
  state.form = {
    id: '',
    companyId: null,
    year: "", //年份
    year: "2025", //年份
    auditPurpose: "", //审核目的
    reviewBasis: "", //审核依据
    reviewScope: "", //审核范围