Commit 555d18e8 by caoyanzhi

修复创建分组无法选择分组分类的问题

parent c7450120
......@@ -159,7 +159,7 @@ export default {
tagConfig: {
groupName: '',
// 会员分组分类id
memberTagGroupClassifyId: '',
memberTagGroupClassifyId: '0',
textarea: '', // 描述
date: '', // 有效期
updateType: '', // 更新类型频率
......@@ -572,7 +572,6 @@ export default {
}
result = result || [];
this.memberGroupList = result.slice(0);
this.tagConfig.memberTagGroupClassifyId = '0';
})
.catch(err => {
console.log(err);
......@@ -603,6 +602,7 @@ export default {
};
this.tagConfig = {
groupName: '',
memberTagGroupClassifyId: '0',
isRealTime: '',
textarea: '',
updateType: '',
......
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