dcf867ab by lttnew

支付方式默认值

1 parent 8584268f
...@@ -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: ''
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!