Commit ef2aba6d authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent e6192003
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
<script setup lang="ts"> <script setup lang="ts">
import type { FormRules } from 'wot-design-uni/components/wd-form/types'; import type { FormRules } from 'wot-design-uni/components/wd-form/types';
import { useToast } from 'wot-design-uni'
import dayjs from 'dayjs'; import dayjs from 'dayjs';
const toast = useToast() const toast = useToast();
const form = ref() const form = ref()
const formFlag = ref(true) const formFlag = ref(true)
//表单提交 序列号字符串 //表单提交 序列号字符串
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment