Commit d7f59759 by huaying

fix: tianjiabianqian

parent 4605a44d
......@@ -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