Commit bdee2cd2 by caoyanzhi

update: 会员详情-标签备注

parent 40e6c9cf
......@@ -192,7 +192,7 @@ export default {
if (list.isCheck) {
if (item.isMultiple) checkBox.push(list.tagsName);
else {
checkBox = item.tagsId;
checkBox = list.tagsId;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment