Commit 3472c748 by huaying

Merge branch 'feature/act-code' into dev

parents 76448d2c d7f59759
......@@ -79,8 +79,7 @@ export default {
},
total: 1,
groupList: [],
data: ''
groupList: []
};
},
created() {
......@@ -88,7 +87,8 @@ export default {
},
methods: {
saveTagPop(data) {
this.data = data;
const { tagItemId } = data;
this.form.memberLabelId = tagItemId;
},
onLoadmore() {
if (this.pageParam.pageNum >= this.total) return;
......
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