回调函数

This commit is contained in:
shijingjing
2023-03-22 14:36:50 +08:00
parent 88f5f4279f
commit b3a06a51fa

View File

@@ -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, {