From da49e10d325dcff260a5143ff8c14e932733742d Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Mon, 30 Jun 2025 18:02:35 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=B7=BB=E5=8A=A0=E9=BB=91?= =?UTF-8?q?=E5=90=8D=E5=8D=95=20=E5=88=B7=E6=96=B0=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/laborManage/blackList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/projectFront/laborManage/blackList.vue b/src/views/projectFront/laborManage/blackList.vue index bbb4a98f..fda0198f 100644 --- a/src/views/projectFront/laborManage/blackList.vue +++ b/src/views/projectFront/laborManage/blackList.vue @@ -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")