|
@@ -332,7 +332,8 @@
|
|
|
width="400px"
|
|
|
>
|
|
|
<parentsMeeting
|
|
|
- v-if="extendPaymentStatus"
|
|
|
+ v-if="extendPaymentStatus"
|
|
|
+ ref="extendForm"
|
|
|
:extendForm="extendForm"
|
|
|
:sysMsgStr="sysMsgStr"
|
|
|
:msg="'确认后该短信将发送给已填写预报名问卷的学员'"
|
|
@@ -552,6 +553,9 @@ export default {
|
|
|
// this.$refs[formName].$refs[formName].resetFields();
|
|
|
},
|
|
|
onExtendPayment(formName) {
|
|
|
+ // console.log(formName)
|
|
|
+ // console.log(this.$refs)
|
|
|
+ // return
|
|
|
this.$refs[formName].$refs[formName].validate(async (valid) => {
|
|
|
if (valid) {
|
|
|
try {
|