lxf 1 年之前
父节点
当前提交
8febfaf3cc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/testForm/index.vue

+ 1 - 0
src/components/testForm/index.vue

@@ -328,6 +328,7 @@
 <script setup>
 import { showLoadingToast, closeToast, showNotify } from "vant";
 import { formatDate } from "@/utils/auth";
+import { ref, getCurrentInstance, onMounted, reactive, computed, toRefs, watch } from "vue";
 
 const submitBtn = ref(null);
 const props = defineProps({