From 9076c84248f6b9af826bbf27cb50e5cf7f6ea6d4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 10 四月 2026 16:15:54 +0800
Subject: [PATCH] 新疆大罗素 1.环境页面实时展示优化

---
 src/views/collaborativeApproval/notificationManagement/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/collaborativeApproval/notificationManagement/index.vue b/src/views/collaborativeApproval/notificationManagement/index.vue
index 8e1b792..fb3f7a8 100644
--- a/src/views/collaborativeApproval/notificationManagement/index.vue
+++ b/src/views/collaborativeApproval/notificationManagement/index.vue
@@ -322,7 +322,7 @@
 import { ElMessage, ElMessageBox } from "element-plus";
 import PIMTable from "@/components/PIMTable/PIMTable.vue";
 import { userListNoPageByTenantId } from "@/api/system/user.js";
-import { staffOnJobListPage } from "@/api/personnelManagement/employeeRecord.js";
+import { staffOnJobListPage } from "@/api/personnelManagement/staffOnJob.js";
 import { listNotification, addNotification, updateNotification, delNotification,addOnlineMeeting,addFileSharing } from "@/api/collaborativeApproval/notificationManagement.js";
 import { id } from "element-plus/es/locales.mjs";
 
@@ -549,7 +549,6 @@
         clickFun: (row) => {
           publishNotification(row);
         },
-        // disabled: (row) => row.status === "published"
       },
       {
         name: "鎾ゅ洖",
@@ -557,7 +556,6 @@
         clickFun: (row) => {
           revokeNotification(row);
         },
-        // disabled: (row) => row.status !== "published"
       }
     ]
   }

--
Gitblit v1.9.3