Browse Source

reactor:甄别申请和甄别申请流程优化;

zhangchong 4 months ago
parent
commit
01a1990ee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/discern/ZGApply.vue

+ 1 - 1
src/views/business/discern/ZGApply.vue

@@ -236,7 +236,7 @@ import { computed, defineAsyncComponent, onMounted, reactive, ref } from 'vue';
 import { FormInstance } from 'element-plus';
 import { formatDate } from '@/utils/formatTime';
 import { screenApplyList, screenApplyListExport, screenBaseData } from '@/api/business/discern';
-import { commonEnum, defaultTimeStartEnd, shortcuts } from '@/utils/constants';
+import { defaultTimeStartEnd, shortcuts } from '@/utils/constants';
 import Other from '@/utils/other';
 import { useUserInfo } from '@/stores/userInfo';
 import { storeToRefs } from 'pinia';