duy 5 달 전
부모
커밋
5c51d7e0f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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])