提交 783011ae 编写于 作者: doc_wei's avatar doc_wei

部分接口请求修改

上级 50724387
/*******************************************************************************
* Copyright 卫志强 QQ:598748873@qq.com Inc. All rights reserved. 开源地址:https://gitee.com/doc_wei01/skyeye
******************************************************************************/
package com.skyeye;
import org.springframework.stereotype.Controller;
/**
* @ClassName: ApplicationController
* @Description: 获取配置项
* @author: skyeye云系列--卫志强
* @date: 2022/2/18 23:15
* @Copyright: 2021 https://gitee.com/doc_wei01/skyeye Inc. All rights reserved.
* 注意:本内容仅限购买后使用.禁止私自外泄以及用于其他的商业目的
*/
@Controller
public class ApplicationController {
}
......@@ -1220,7 +1220,7 @@ layui.config({
}else{
var rowId = $(this).attr("rowid");
var menuName = $("#childWindowInput").val();
AjaxPostUtil.request({url:reqBasePath + "sysevewindragdrop005", params:{rowId: rowId}, type:'json', callback:function(json){
AjaxPostUtil.request({url: reqBasePath + "sysevewindragdrop005", params: {rowId: rowId}, type: 'json', method: "POST", callback: function(json){
if(json.returnCode == 0){
var menuType = json.bean.menuType;
if(menuType == '1'){//系统菜单
......@@ -1433,7 +1433,7 @@ layui.config({
icon: 'fa fa-tags',
text: "重命名/配置",
callBack: function (id, elem, events) {
AjaxPostUtil.request({url:reqBasePath + "sysevewindragdrop005", params:{rowId: id}, type:'json', callback:function(json){
AjaxPostUtil.request({url: reqBasePath + "sysevewindragdrop005", params: {rowId: id}, type: 'json', method: "POST", callback: function(json){
if(json.returnCode == 0){
var menuType = json.bean.menuType;
if(menuType == '1'){//系统菜单
......@@ -1522,7 +1522,7 @@ layui.config({
$("#layui-layer-shade" + times).css({'z-index': zIndex});
}}, function (index) {
layer.close(index);
AjaxPostUtil.request({url:reqBasePath + "sysevewindragdrop003", params:{rowId: id}, type:'json', callback:function(json){
AjaxPostUtil.request({url: reqBasePath + "sysevewindragdrop003", params: {rowId: id}, type: 'json', method: "POST", callback: function(json){
if(json.returnCode == 0){
$(elem).remove();
$("i[win-i-id=" + $(elem).attr('win-id') + "]").remove();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册