This commit is contained in:
2024-01-15 11:14:43 +08:00
parent 592ba530a0
commit 0fc3d40a2d

View File

@@ -77,7 +77,7 @@ export default {
addMemberGroup(param).then(response => {
console.log(response);
this.$modal.msgSuccess("添加成功");
this.queryParams.openAddMember = true;
this.openAddMember = false;
});
},
cancel() {