From 48219ee38b383e965963387014b571b55aa2312a Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期三, 03 六月 2020 13:28:40 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 5666f17..70d8723 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -664,8 +664,8 @@
},
method: 'POST',
success: function (res) {
+ layer.close(index);
if (res.code === 200){
- layer.close(index);
if (res.data.status) {
$('#system-icon').attr("class", "system-icon-open");
$('#system-run-desc').html("绯荤粺杩愯涓�...");
--
Gitblit v1.9.1