Xiao_123 hace 4 meses
padre
commit
438ade767b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/recruit/enterprise/newlyAppointed/index.vue

+ 1 - 0
src/views/recruit/enterprise/newlyAppointed/index.vue

@@ -49,6 +49,7 @@ defineOptions({ name: 'newlyAppointedTable'})
 import { ref } from 'vue'
 import { getNewAppointmentsPage, getNewAppointmentsDetail } from '@/api/recruit/enterprise/newlyAppointed'
 import { useUserStore } from '@/store/user'
+import Snackbar from '@/plugins/snackbar'
 
 const store = useUserStore()
 const loading = ref(false)