feat:【antd】【crm】回款的新增/修改的时,正确处理合同
This commit is contained in:
@@ -75,7 +75,7 @@ function handleBack() {
|
||||
|
||||
/** 编辑收款 */
|
||||
function handleEdit() {
|
||||
formModalApi.setData({ id: receivableId.value }).open();
|
||||
formModalApi.setData({ receivable: { id: receivableId.value } }).open();
|
||||
}
|
||||
|
||||
/** 加载数据 */
|
||||
|
||||
Reference in New Issue
Block a user