页面修改
This commit is contained in:
parent
2b0b343544
commit
62045635ab
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user