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(() => {