回调函数
This commit is contained in:
@@ -62,6 +62,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
startmessage(e) {
|
||||||
|
console.log(e, '1111');
|
||||||
|
},
|
||||||
|
completemessage(e) {
|
||||||
|
console.log(e,'222');
|
||||||
|
},
|
||||||
getSelect() {
|
getSelect() {
|
||||||
const {areaId} = this.user
|
const {areaId} = this.user
|
||||||
areaId && this.$instance.post(`/app/wxcp/wxgroup/listByAreaId`, null, {
|
areaId && this.$instance.post(`/app/wxcp/wxgroup/listByAreaId`, null, {
|
||||||
|
|||||||
Reference in New Issue
Block a user