mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-16 03:58:13 +08:00
update
This commit is contained in:
@@ -48,7 +48,8 @@ export default {
|
||||
queryParams: {
|
||||
groupCode: this.$route.params.groupCode,
|
||||
phoneNumber: null
|
||||
}
|
||||
},
|
||||
groupCode: this.$route.params.groupCode
|
||||
};
|
||||
},
|
||||
|
||||
@@ -69,7 +70,11 @@ export default {
|
||||
this.queryParams.phoneNumber = ''
|
||||
return false;
|
||||
}
|
||||
addMemberGroup(this.phoneNumber).then(response => {
|
||||
const param = {
|
||||
"phoneNumber": this.phoneNumber,
|
||||
"groupCode": this.groupCode
|
||||
};
|
||||
addMemberGroup(param).then(response => {
|
||||
console.log(response);
|
||||
this.$modal.msgSuccess("添加成功");
|
||||
this.queryParams.openAddMember = true;
|
||||
@@ -83,4 +88,4 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user