gaoluyang
3 天以前 2067eae94e40c990f3c7c5160a46c7f8954d04a7
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(() => {