ZaiZai 1 жил өмнө
parent
commit
995ecf0866
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      pages/task/detail.vue

+ 4 - 1
pages/task/detail.vue

@@ -254,7 +254,10 @@ const agreeClick = async () => {
         smsCode.value = ''
         popupType.value = 2
     } else {
-        const {error, code, msg, data} = await checkFlowUserIsExistPfxFile()
+        const {error, code, msg, data} = await checkFlowUserIsExistPfxFile({
+            projectId: projectId.value,
+            contractId: contractId.value,
+        })
         if (!error && code === 200 && data === true) {
             const showAuth = isCheckSmsCodeTime()
             if (showAuth) {