|
@@ -393,7 +393,7 @@ const getDelegateDataInfo = async (id, entrustId, formData) => {
|
|
|
contractId: delegateContractId.value,
|
|
|
nodeId: primaryKeyId,
|
|
|
formData: JSON.stringify(formData),
|
|
|
- isCancel:id ? '' : true,
|
|
|
+ isCancel:id ? false : true,
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
delegateHtmlForm.value = getObjValue(data[0])
|