页面修改

This commit is contained in:
THK3121 2023-07-22 10:17:39 +08:00
parent 2b0b343544
commit 62045635ab

View File

@ -512,6 +512,7 @@ const formData = reactive({
is_contract: 0, is_contract: 0,
// //
party_a_name: "", party_a_name: "",
party_a: "",
qualification: { qualification: {
id_card: "", id_card: "",
id_card_b: "", id_card_b: "",
@ -522,7 +523,6 @@ const formData = reactive({
}, },
// //
contract_type: "", contract_type: "",
party_a: "",
file: "", file: "",
role_id: "", role_id: "",
avatar: "", avatar: "",
@ -671,6 +671,7 @@ const { optionsData } = useDictOptions<{
}, },
}); });
const handleSubmit = async () => { const handleSubmit = async () => {
console.log(formData);
if (isCheck.value) { if (isCheck.value) {
popupRef.value?.close(); popupRef.value?.close();
return; return;