diff --git a/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue b/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
index 298cd53c..795e5210 100644
--- a/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
+++ b/ant-design-vue-jeecg/src/views/customerpayment/admin/modules/CustomerPaymentForm.vue
@@ -26,7 +26,7 @@
-
+
@@ -57,6 +57,7 @@
data () {
return {
model:{
+ paymentType:2
},
labelCol: {
xs: { span: 24 },
@@ -119,7 +120,7 @@
that.confirmLoading = false;
})
}
-
+
})
},
popupCallback(value,row){