@@ -86,7 +86,7 @@ export default {
getGroupDetail() {
this.$http
.get(`wap/group/queryGroupDeviceInfoById`, {
- group_id: this.groupInfo.groupId,
+ groupId: this.groupInfo.groupId,
})
.then((res) => {
if (res.data.data) {
@@ -150,7 +150,7 @@ export default {
title: "加载中",
});
- .get(`wap/group/groupList`, { user_id: this.userId })
+ .get(`wap/group/groupList`, { userId: this.userId })
uni.hideLoading();
@@ -170,7 +170,7 @@ export default {
.post(
"wap/group/deleteGroup",
{
- group_id: item.groupId,
+ groupId: item.groupId,
},
header: {