flx:添加黑名单 刷新名单人员

This commit is contained in:
Rain_ 2025-06-30 18:02:35 +08:00
parent da0ec4e14e
commit da49e10d32

View File

@ -297,6 +297,7 @@ export default {
}
).then(() => {
workerBlacklistDeleteApi({ id: item.id }).then((res) => {
this.loadAllPerson();
this.loadCardData();
this.$message.success(
this.$t("message.personnelPosition.delete_success")
@ -325,6 +326,7 @@ export default {
// this.cardForm.floorId = this.currentFloorDetail.floorId
workerBlacklistAddApi(this.cardForm).then((res) => {
this.cardDialog = false;
this.loadAllPerson();
this.loadCardData();
this.$message.success(
this.$t("message.personnelPosition.add_success")
@ -333,6 +335,7 @@ export default {
} else {
workerBlacklistEditApi(this.cardForm).then((res) => {
this.cardDialog = false;
this.loadAllPerson();
this.loadCardData();
this.$message.success(
this.$t("message.personnelPosition.edit_success")