|
@@ -8,6 +8,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
@@ -8,6 +8,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
8
|
var common = layui.common;
|
8
|
var common = layui.common;
|
9
|
var sessions = layui.sessions;
|
9
|
var sessions = layui.sessions;
|
10
|
var accessToken = sessions.getToken()['access_token'];
|
10
|
var accessToken = sessions.getToken()['access_token'];
|
|
|
11
|
+ var regular = eval(sessionStorage.getItem("regular"));
|
11
|
var soulTable = layui.soulTable;
|
12
|
var soulTable = layui.soulTable;
|
12
|
var laytpl = layui.laytpl;
|
13
|
var laytpl = layui.laytpl;
|
13
|
var view = layui.view;
|
14
|
var view = layui.view;
|
|
@@ -3014,7 +3015,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
@@ -3014,7 +3015,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
3014
|
e.preventDefault();
|
3015
|
e.preventDefault();
|
3015
|
//按钮
|
3016
|
//按钮
|
3016
|
let that=$(this);
|
3017
|
let that=$(this);
|
3017
|
- let elementName=that.text();
|
3018
|
+ let elementName=that.text().replace(regular, "");
|
3018
|
admin.req({
|
3019
|
admin.req({
|
3019
|
url: common.domainName + '/api-web/bHalt'
|
3020
|
url: common.domainName + '/api-web/bHalt'
|
3020
|
,data:{
|
3021
|
,data:{
|
|
@@ -3049,7 +3050,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
@@ -3049,7 +3050,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
3049
|
e.preventDefault();
|
3050
|
e.preventDefault();
|
3050
|
//超链接
|
3051
|
//超链接
|
3051
|
let that=$(this);
|
3052
|
let that=$(this);
|
3052
|
- let elementName=that.text();
|
3053
|
+ let elementName=that.text().replace(regular, "");
|
3053
|
admin.req({
|
3054
|
admin.req({
|
3054
|
url: common.domainName + '/api-web/bHalt'
|
3055
|
url: common.domainName + '/api-web/bHalt'
|
3055
|
,data:{
|
3056
|
,data:{
|
|
@@ -3083,7 +3084,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
@@ -3083,7 +3084,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
3083
|
e.preventDefault();
|
3084
|
e.preventDefault();
|
3084
|
//表头
|
3085
|
//表头
|
3085
|
let that=$(this);
|
3086
|
let that=$(this);
|
3086
|
- let elementName=that.text();
|
3087
|
+ let elementName=that.text().replace(regular, "");
|
3087
|
admin.req({
|
3088
|
admin.req({
|
3088
|
url: common.domainName + '/api-web/bHalt'
|
3089
|
url: common.domainName + '/api-web/bHalt'
|
3089
|
,data:{
|
3090
|
,data:{
|