duy 5 mēneši atpakaļ
vecāks
revīzija
b5e596ccbc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 ? false : true,
+        isCancel:id ? '' : true,
     })
     if (!error && code === 200) {
         delegateHtmlForm.value = getObjValue(data[0])