dianlixunjian
parent
441e535b9a
commit
5b44fc8016
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, defineProps, defineEmits, toRefs } from "vue"
|
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 props = defineProps(["year","batch","dataList"])
|
||||||
const emits = defineEmits(["auditProgressScreenChange","showInfo"])
|
const emits = defineEmits(["auditProgressScreenChange","showInfo"])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue