Commit 582e30f8 by liuliufashi

update

parent 97e78bec
......@@ -117,7 +117,7 @@ interface FormState {
remark:string,
}
const visible = ref<boolean>(false);
const list = ref([])
const list = ref<any>([])
const optionss = ref<any>([])
let goodspayditch = ref([{}])
const props = defineProps();
......
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