gaoluyang
2025-08-27 c58665039ce8b7c895ed4f1000ff4cf525a92085
src/pages/procurementManagement/paymentEntry/edit.vue
@@ -186,10 +186,6 @@
    showNotify({ type: 'warning', message: '请选择付款形式' })
    return
  }
  if (!form.value.paymentDate) {
    showNotify({ type: 'warning', message: '请选择付款日期' })
    return
  }
  loading.value = true
   paymentRegistrationEdit(form.value)
      .then(() => {