diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue index a2e7beba7..8d65d6966 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue @@ -371,6 +371,7 @@ const submitForm = async (formType, data) => { await DemandforecastingMainApi.createDemandforecastingMain(data) message.success(t('common.createSuccess')) } else { + data.id = data.masterId await DemandforecastingMainApi.updateDemandforecastingMain(data) message.success(t('common.updateSuccess')) }