flx:添加黑名单 刷新名单人员
This commit is contained in:
parent
da0ec4e14e
commit
da49e10d32
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user