Commit 582e30f8 by liuliufashi

update

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