CRM-合同:新增合同预览审批流程和提交审核

(cherry picked from commit 41195d5b4a)
This commit is contained in:
puhui999
2024-01-28 16:33:06 +08:00
committed by shizhong
parent 8d1c746113
commit 4714a1b086
5 changed files with 267 additions and 2 deletions

View File

@ -105,7 +105,7 @@ onMounted(async () => {
close()
return
}
contractId.value = id
contractId.value = id as unknown as number
await getContractData()
})
</script>