公会信息-修改移除公会传入字段

This commit is contained in:
chenruiye
2025-04-22 21:29:19 +08:00
parent 80319fbd0d
commit 75719bd505

View File

@@ -865,9 +865,8 @@ export default {
// 解散按钮
delClick() {
console.log(this.delDialogData.id);
var familyId = this.delDialogData.id;
dismiss({ familyId }).then((res) => {
console.log();
var guildId = this.delDialogData.id;
dismiss({ guildId }).then((res) => {
if (res.code == 200) {
this.getData();
ElMessage({