Bang Hu
1 天以前 8a709ba6db50831048f9c3e2452ea6dc6c3de36f
src/views/approveManage/tradeApproval/approve.vue
@@ -510,7 +510,7 @@
    const orderId = String(route.params.id || '')
    console.log(String(route.params.taskId || ''))
    const taskId1 = taskId.value
    const userId = userStore.getUserId ? Number(userStore.getUserId) : undefined
    const userId = userStore.getUserId ? userStore.getUserId : undefined
    const comments = approvalForm.comments.trim()
    if (!orderId || !userId) {
@@ -592,7 +592,7 @@
    })
    
    const orderId = String(route.params.id || '')
    const userId = userStore.getUserId ? Number(userStore.getUserId) : undefined
    const userId = userStore.getUserId ?  userStore.getUserId : undefined
    const comments = approvalForm.comments.trim()
    const taskId1 = String(route.params.taskId || '')