Explorar o código

Signed-off-by: liuboyan <632697560@qq.com>
1

liuboyan %!s(int64=4) %!d(string=hai) anos
pai
achega
4b1d68e93e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pagesEnroll/enrolledForm.vue

+ 1 - 1
pagesEnroll/enrolledForm.vue

@@ -355,7 +355,7 @@
 							if (res.data.payTypeId) {
 								let payType = this.payTypeList.find(site => site.id == res.data.payTypeId)
 								this.form.payTypeId = res.data.payTypeId
-								this.form.payTypeName = payType.id
+								this.form.payTypeName = payType.name
 								this.form.payTypeCode = payType.other
 							}
 							if (res.data.imageFileId) {