fix exam edit missing dayjs

This commit is contained in:
xiaomlove
2022-03-21 19:09:32 +08:00
parent f1824aee0a
commit 7c6c3187ae
32 changed files with 87 additions and 52 deletions
+1
View File
@@ -103,6 +103,7 @@ import { ElMessage } from 'element-plus'
import { useRoute, useRouter } from 'vue-router'
import { localGet } from '../../utils'
import api from "../../utils/api";
import dayjs from 'dayjs'
export default {
name: 'ExamForm',