From 8206167a35dd62272c7e6d05cea8528f2138a06f Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 2 Nov 2023 14:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E5=85=B3=E8=81=94?= =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=8D=95=E9=80=89=E6=8C=89=E7=85=A7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E5=85=B8=E8=BF=94=E5=9B=9E=E7=9A=84=E4=B8=BA?= =?UTF-8?q?=E4=B8=BB=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/SignUpInfoEdit.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 6db97bd..94a237c 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -349,6 +349,13 @@ export default { item.title = ele.title } }) + tt.radioChildren && tt.radioChildren.map(item => { + let ele = this.linkTopicsOptionArr.find(a => a.value + '' === item.value) + if(ele) { + item.text = ele.text + item.title = ele.title + } + }) }) // 操作默认的课题,默认的课题不能删除 // this.linkTopicsOptionArr.map(item => {