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

明细账保存修改为异步

上级 54e7973f
......@@ -93,7 +93,7 @@ layui.config({
} else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
}
}});
}, async: true});
}
function getOrganId(){
......
......@@ -176,7 +176,7 @@ layui.config({
} else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
}
}});
}, async: true});
}
function getOrganId(){
......
......@@ -181,8 +181,8 @@ layui.config({
}
}]);
//读取本地便签
AjaxPostUtil.request({url:reqBasePath + "stickynotes002", params:{}, type:'json', callback:function(json){
// 读取本地便签
AjaxPostUtil.request({url: reqBasePath + "stickynotes002", params: {}, type: 'json', method: "GET", callback: function(json){
if(json.returnCode == 0) {
var tags = json.rows;
$.each(tags, function(index, item) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册