From fff68633c2fb6aad6b6b42077bb8d5833b92d4d2 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期一, 23 三月 2026 11:39:39 +0800
Subject: [PATCH] 视频监管页,添加库区监管人及联系方式显示
---
fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutLossOver.view.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutLossOver.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutLossOver.view.xml
index eaa2f8b..a2950ec 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutLossOver.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutLossOver.view.xml
@@ -179,7 +179,7 @@
<Property name="iconClass">fa fa-plus</Property>
</ToolBarButton>
<ToolBarButton>
- <ClientEvent name="onClick">var data = view.get("#dataGridCamera").get("selection");
+ <ClientEvent name="onClick">var data = view.get("#dataGridMain").get("selection");
if(data){
view.get("#dialogMain").show();
}else{
@@ -191,7 +191,7 @@
<Property name="iconClass">fa fa-pencil-square-o</Property>
</ToolBarButton>
<ToolBarButton>
- <ClientEvent name="onClick">var select = view.get("#dataGridCamera").get("selection");
+ <ClientEvent name="onClick">var select = view.get("#dataGridMain").get("selection");
if(select){
view.get("#ajaxDel").set("parameter",select).execute(function(result){
if(result){
--
Gitblit v1.9.3