duy 5 tháng trước cách đây
mục cha
commit
b5e596ccbc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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])