Commit 8ea1346fddfb1fed26ef34662e89efc36aed3f20
1 parent
6db3385f
fix: 修复利润分析无法保存
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/project/order/FormDetail/index.vue
@@ -390,9 +390,9 @@ | @@ -390,9 +390,9 @@ | ||
390 | forms.profitAnalysisInfo.isEditPacketPrice = true; | 390 | forms.profitAnalysisInfo.isEditPacketPrice = true; |
391 | } | 391 | } |
392 | 392 | ||
393 | - // await orderUpdate(forms); | ||
394 | - // closeDrawer(); | ||
395 | - // emit('success', {}); | 393 | + await orderUpdate(forms); |
394 | + closeDrawer(); | ||
395 | + emit('success', {}); | ||
396 | } | 396 | } |
397 | } else { | 397 | } else { |
398 | await baseFormPanelRef?.value?.validate(); | 398 | await baseFormPanelRef?.value?.validate(); |