From 1002ee677c8d08ca1d8826ab8da30aabf14dbbc0 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 03 三月 2026 16:10:55 +0800
Subject: [PATCH] APP功能修改

---
 igdss-app/js/admin/security-snapshot.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/igdss-app/js/admin/security-snapshot.js b/igdss-app/js/admin/security-snapshot.js
index c696913..30bdda3 100644
--- a/igdss-app/js/admin/security-snapshot.js
+++ b/igdss-app/js/admin/security-snapshot.js
@@ -105,6 +105,7 @@
 				PatrolList = result.data;
 				renderPatrol();
 			} else {
+				PatrolList = ''
 				renderPatrol();
 				mui.toast(result.msg);
 				// console.log(JSON.stringify(result))

--
Gitblit v1.9.3