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