徐景良 2024-07-31 15:50:51 +08:00
commit ccdd906fe8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<script setup lang="ts">
import { ref, defineProps, defineEmits, toRefs } from "vue"
import { batchOptions, yearOptions} from '@/views/demo/tiankongdi/curbspotcity/util.ts'
import { batchOptions, yearOptions} from '@/utils/global'
const props = defineProps(["year","batch","dataList"])
const emits = defineEmits(["auditProgressScreenChange","showInfo"])