diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue
index 7a9ac7b..fb1c429 100644
--- a/src/views/business/contract-manage.vue
+++ b/src/views/business/contract-manage.vue
@@ -265,12 +265,13 @@
-
+
integerInput('copyCount', value)"
- />
+ >份
({
billType: '',
paymentRatio: null,
appliedAmount: 0,
- paymentMethod: 'bank_transfer',
+ paymentMethod: '',
billLedgerId: null,
billNo: '',
receiptAccountId: null,
@@ -1053,6 +1053,7 @@ export default {
if (this.billPayment) await this.loadBillOptions('', data.billLedgerId);
} else {
this.form = emptyForm();
+ this.form.paymentMethod = this.paymentMethodOptions[0]?.value || '';
this.form.paymentType = this.initialAddPaymentType();
this.referenceRows = [];
this.form.applyDate = this.$dayjs().format('YYYY-MM-DD');