From 798aa9213a565c6c5ffb411e3cef40a10f99e9d1 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期五, 31 三月 2023 09:16:53 +0800
Subject: [PATCH] 新疆绿色智能综合研究所补充

---
 src/main/webapp/approval_mng.xhtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/approval_mng.xhtml b/src/main/webapp/approval_mng.xhtml
index fcc3af0..80a71a1 100644
--- a/src/main/webapp/approval_mng.xhtml
+++ b/src/main/webapp/approval_mng.xhtml
@@ -237,12 +237,12 @@
 
             <p:panel styleClass="btn" style="text-align: right">
                 <p:commandButton value="拒绝" actionListener="#{approvalMngController.onNoBtnClick}"
-                                 process="@form" update=":approvalMngForm:approvalMngDataTable"
+                                 process="@form"
                                  styleClass="no-btn">
                     <p:confirm header="确认" message="确认操作?"></p:confirm>
                 </p:commandButton>
                 <p:commandButton value="批准" actionListener="#{approvalMngController.onYesBtnClick}"
-                                 process="@form" update=":approvalMngForm:approvalMngDataTable"
+                                 process="@form"
                                  styleClass="yes-btn">
                     <p:confirm header="确认" message="确认操作?"></p:confirm>
                 </p:commandButton>

--
Gitblit v1.9.2