From 327fdd5aa1308d3b979d336bacdfff935dbdbbe5 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Mon, 22 Nov 2021 18:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A1=86=E9=81=AE=E6=8C=A1bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/homicide/save.html | 2 +- src/main/resources/templates/homicide/update.html | 2 +- src/main/resources/templates/homicidepatrol/save.html | 4 ++-- src/main/resources/templates/homicidepatrol/update.html | 4 ++-- .../resources/templates/keyareacheckrenovation/save.html | 6 +++--- .../resources/templates/keyareacheckrenovation/update.html | 6 +++--- .../templates/keyareacheckrenovationpatrol/save.html | 4 ++-- .../templates/keyareacheckrenovationpatrol/update.html | 4 ++-- src/main/resources/templates/line/save.html | 2 +- src/main/resources/templates/line/update.html | 2 +- src/main/resources/templates/linecase/save.html | 4 ++-- src/main/resources/templates/linecase/update.html | 4 ++-- src/main/resources/templates/logisticssafepatrol/save.html | 4 ++-- .../resources/templates/logisticssafepatrol/update.html | 4 ++-- src/main/resources/templates/massprevention/save.html | 2 +- src/main/resources/templates/massprevention/update.html | 2 +- src/main/resources/templates/stuteasafe/save.html | 4 ++-- src/main/resources/templates/stuteasafe/update.html | 4 ++-- 18 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/main/resources/templates/homicide/save.html b/src/main/resources/templates/homicide/save.html index 10d4923..dada7c3 100644 --- a/src/main/resources/templates/homicide/save.html +++ b/src/main/resources/templates/homicide/save.html @@ -149,7 +149,7 @@ // 初始化简要情况富文本 function initBriefInformationRichText() { var editor = new wangEditor('#briefInformation'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/homicide/update.html b/src/main/resources/templates/homicide/update.html index a1b502d..348ec70 100644 --- a/src/main/resources/templates/homicide/update.html +++ b/src/main/resources/templates/homicide/update.html @@ -151,7 +151,7 @@ // 初始化简要情况富文本 function initBriefInformationRichText(value) { var editor = new wangEditor('#briefInformation'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/homicidepatrol/save.html b/src/main/resources/templates/homicidepatrol/save.html index 9ded113..24c8981 100644 --- a/src/main/resources/templates/homicidepatrol/save.html +++ b/src/main/resources/templates/homicidepatrol/save.html @@ -202,7 +202,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText() { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -322,7 +322,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/homicidepatrol/update.html b/src/main/resources/templates/homicidepatrol/update.html index 1377230..6efb31c 100644 --- a/src/main/resources/templates/homicidepatrol/update.html +++ b/src/main/resources/templates/homicidepatrol/update.html @@ -203,7 +203,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText(value) { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -324,7 +324,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/keyareacheckrenovation/save.html b/src/main/resources/templates/keyareacheckrenovation/save.html index cba89c6..26e0534 100644 --- a/src/main/resources/templates/keyareacheckrenovation/save.html +++ b/src/main/resources/templates/keyareacheckrenovation/save.html @@ -211,7 +211,7 @@ // 初始化备注富文本 function initInvolveAreaRangeRichText() { var editor = new wangEditor('#involveAreaRange'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -234,7 +234,7 @@ // 初始化备注富文本 function initRenovationJoinDeptRichText() { var editor = new wangEditor('#renovationJoinDept'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -257,7 +257,7 @@ // 初始化备注富文本 function initRenovationSituationwRichText() { var editor = new wangEditor('#renovationSituationw'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/keyareacheckrenovation/update.html b/src/main/resources/templates/keyareacheckrenovation/update.html index 5ffca97..23c4f3d 100644 --- a/src/main/resources/templates/keyareacheckrenovation/update.html +++ b/src/main/resources/templates/keyareacheckrenovation/update.html @@ -214,7 +214,7 @@ // 初始化备注富文本 function initInvolveAreaRangeRichText(value) { var editor = new wangEditor('#involveAreaRange'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -238,7 +238,7 @@ // 初始化备注富文本 function initRenovationJoinDeptRichText(value) { var editor = new wangEditor('#renovationJoinDept'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -262,7 +262,7 @@ // 初始化备注富文本 function initRenovationSituationwRichText(value) { var editor = new wangEditor('#renovationSituationw'); - editor.customConfig.zIndex = 400; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/keyareacheckrenovationpatrol/save.html b/src/main/resources/templates/keyareacheckrenovationpatrol/save.html index eed70f0..a29ade8 100644 --- a/src/main/resources/templates/keyareacheckrenovationpatrol/save.html +++ b/src/main/resources/templates/keyareacheckrenovationpatrol/save.html @@ -202,7 +202,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText() { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -322,7 +322,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/keyareacheckrenovationpatrol/update.html b/src/main/resources/templates/keyareacheckrenovationpatrol/update.html index 92bfa1d..e628de5 100644 --- a/src/main/resources/templates/keyareacheckrenovationpatrol/update.html +++ b/src/main/resources/templates/keyareacheckrenovationpatrol/update.html @@ -203,7 +203,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText(value) { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -324,7 +324,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/line/save.html b/src/main/resources/templates/line/save.html index 95575dc..4d47593 100644 --- a/src/main/resources/templates/line/save.html +++ b/src/main/resources/templates/line/save.html @@ -155,7 +155,7 @@ // 初始化备注富文本 function initSecuritySituationRichText() { var editor = new wangEditor('#securitySituation'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/line/update.html b/src/main/resources/templates/line/update.html index f4ef495..135b4e1 100644 --- a/src/main/resources/templates/line/update.html +++ b/src/main/resources/templates/line/update.html @@ -158,7 +158,7 @@ // 初始化备注富文本 function initSecuritySituationRichText(value) { var editor = new wangEditor('#securitySituation'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/linecase/save.html b/src/main/resources/templates/linecase/save.html index 1f0ddc7..a111565 100644 --- a/src/main/resources/templates/linecase/save.html +++ b/src/main/resources/templates/linecase/save.html @@ -164,7 +164,7 @@ // 初始化备注富文本 function initCaseSituationRichText() { var editor = new wangEditor('#caseSituation'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -187,7 +187,7 @@ // 初始化备注富文本 function initCaseSolveRichText() { var editor = new wangEditor('#caseSolve'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/linecase/update.html b/src/main/resources/templates/linecase/update.html index 69fcfd8..2ec0067 100644 --- a/src/main/resources/templates/linecase/update.html +++ b/src/main/resources/templates/linecase/update.html @@ -166,7 +166,7 @@ // 初始化备注富文本 function initCaseSituationRichText(value) { var editor = new wangEditor('#caseSituation'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -190,7 +190,7 @@ // 初始化备注富文本 function initCaseSolveRichText(value) { var editor = new wangEditor('#caseSolve'); - editor.customConfig.zIndex = 4000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/logisticssafepatrol/save.html b/src/main/resources/templates/logisticssafepatrol/save.html index 57f0cf2..964bfc9 100644 --- a/src/main/resources/templates/logisticssafepatrol/save.html +++ b/src/main/resources/templates/logisticssafepatrol/save.html @@ -202,7 +202,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText() { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -322,7 +322,7 @@ // 初始化备注富文本 function initRemakeRichText() { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/logisticssafepatrol/update.html b/src/main/resources/templates/logisticssafepatrol/update.html index 82e7ac8..413b2a4 100644 --- a/src/main/resources/templates/logisticssafepatrol/update.html +++ b/src/main/resources/templates/logisticssafepatrol/update.html @@ -203,7 +203,7 @@ // 初始化巡查内容富文本 function initPatrolContentRichText(value) { var editor = new wangEditor('#patrolContent'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -324,7 +324,7 @@ // 初始化备注富文本 function initRemakeRichText(value) { var editor = new wangEditor('#remake'); - editor.customConfig.zIndex = 1000; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/massprevention/save.html b/src/main/resources/templates/massprevention/save.html index af7f6b1..1ec27e2 100644 --- a/src/main/resources/templates/massprevention/save.html +++ b/src/main/resources/templates/massprevention/save.html @@ -175,7 +175,7 @@ // 初始化备注富文本 function initMainFunctionRichText() { var editor = new wangEditor('#mainFunction'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/massprevention/update.html b/src/main/resources/templates/massprevention/update.html index 18fe68d..4976796 100644 --- a/src/main/resources/templates/massprevention/update.html +++ b/src/main/resources/templates/massprevention/update.html @@ -185,7 +185,7 @@ // 初始化备注富文本 function initMainFunctionRichText(value) { var editor = new wangEditor('#mainFunction'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/stuteasafe/save.html b/src/main/resources/templates/stuteasafe/save.html index 1d9af18..34f0911 100644 --- a/src/main/resources/templates/stuteasafe/save.html +++ b/src/main/resources/templates/stuteasafe/save.html @@ -165,7 +165,7 @@ // 初始化备注富文本 function initCaseSituationRichText() { var editor = new wangEditor('#caseSituation'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -188,7 +188,7 @@ // 初始化备注富文本 function initCaseSolveRichText() { var editor = new wangEditor('#caseSolve'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; diff --git a/src/main/resources/templates/stuteasafe/update.html b/src/main/resources/templates/stuteasafe/update.html index 7c0a602..112bcdf 100644 --- a/src/main/resources/templates/stuteasafe/update.html +++ b/src/main/resources/templates/stuteasafe/update.html @@ -166,7 +166,7 @@ // 初始化备注富文本 function initCaseSituationRichText(value) { var editor = new wangEditor('#caseSituation'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image'; @@ -190,7 +190,7 @@ // 初始化备注富文本 function initCaseSolveRichText(value) { var editor = new wangEditor('#caseSolve'); - editor.customConfig.zIndex = 1024; + editor.customConfig.zIndex = 0; editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024; editor.customConfig.uploadImgMaxLength = 1; editor.customConfig.uploadFileName = 'image';