支付方式默认值
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -137,7 +137,7 @@ const examData = ref({}); | ... | @@ -137,7 +137,7 @@ const examData = ref({}); |
| 137 | const selectedAddress = ref({}); | 137 | const selectedAddress = ref({}); |
| 138 | const memberInfo = ref({}); | 138 | const memberInfo = ref({}); |
| 139 | const deptInfo = ref({}); | 139 | const deptInfo = ref({}); |
| 140 | const payType = ref('1'); | 140 | const payType = ref('0'); |
| 141 | const formData = ref({ | 141 | const formData = ref({ |
| 142 | contactPerson: '', | 142 | contactPerson: '', |
| 143 | contactTel: '' | 143 | contactTel: '' | ... | ... |
-
Please register or sign in to post a comment