会议各个角色都有权限 #49

Merged
hanchaobo merged 2 commits from hcb into dev 2024-02-22 02:48:55 +00:00
Showing only changes of commit a87f8f6471 - Show all commits
@@ -100,6 +100,8 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('申请人');
} else {
@@ -109,11 +111,11 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('被申请人');
}
this.cancel();
this.$emit("getList", this.queryParams);
}
})
},