【fix-bug78059】-编辑--选择的课题没有显示勾选状态

This commit is contained in:
fengchenchen
2023-10-25 12:03:00 +08:00
parent 7acaa66699
commit acb38f545c
+1 -1
View File
@@ -400,7 +400,7 @@ Page({
linkTopicsOptionArr: arr // 参会人信息
}
// 编辑时 对数据进行处理
if (this.data.isEdit) {
if (this.isEdit) {
// 选中的主题
const choiceTopic = (this.model.choiceTopic || '').split(',')
this.updateCheckboxArr(arr, choiceTopic)