Commit 035bccb4 by 芋道源码 Committed by Gitee

!396 修复:回款管理-编辑:不显示合同名称

Merge pull request !396 from 李占宏/dev
parents c792e69a 776846fe
...@@ -186,6 +186,8 @@ const open = async ( ...@@ -186,6 +186,8 @@ const open = async (
formLoading.value = true formLoading.value = true
try { try {
formData.value = await ReceivableApi.getReceivable(id) formData.value = await ReceivableApi.getReceivable(id)
await handleCustomerChange(formData.value.customerId)
formData.value.contractId = formData.value.contract.id
} finally { } finally {
formLoading.value = false formLoading.value = false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment