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-patrol.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/igdss-app/js/admin/security-patrol.js b/igdss-app/js/admin/security-patrol.js
index 6ac3f02..9f13221 100644
--- a/igdss-app/js/admin/security-patrol.js
+++ b/igdss-app/js/admin/security-patrol.js
@@ -132,6 +132,7 @@
PatrolList = result.data;
renderPatrol();
} else {
+ PatrolList = ''
renderPatrol();
mui.toast(result.msg);
// console.log(JSON.stringify(result))
--
Gitblit v1.9.3