zhouwx
2025-11-05 b59d89e4258d8e259d221dc7fc9f8f073f283d93
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: "", //审核范围