【fix-bug78059】-编辑--选择的课题没有显示勾选状态
This commit is contained in:
@@ -400,7 +400,7 @@ Page({
|
||||
linkTopicsOptionArr: arr // 参会人信息
|
||||
}
|
||||
// 编辑时 对数据进行处理
|
||||
if (this.data.isEdit) {
|
||||
if (this.isEdit) {
|
||||
// 选中的主题
|
||||
const choiceTopic = (this.model.choiceTopic || '').split(',')
|
||||
this.updateCheckboxArr(arr, choiceTopic)
|
||||
|
||||
Reference in New Issue
Block a user