duy il y a 5 mois
Parent
commit
5c51d7e0f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/tentative/detect/commission.vue

+ 1 - 1
src/views/tentative/detect/commission.vue

@@ -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])