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

明细账保存修改为异步

上级 54e7973f
...@@ -93,7 +93,7 @@ layui.config({ ...@@ -93,7 +93,7 @@ layui.config({
} else { } else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000}); winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
} }
}}); }, async: true});
} }
function getOrganId(){ function getOrganId(){
......
...@@ -176,7 +176,7 @@ layui.config({ ...@@ -176,7 +176,7 @@ layui.config({
} else { } else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000}); winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
} }
}}); }, async: true});
} }
function getOrganId(){ function getOrganId(){
......
...@@ -181,8 +181,8 @@ layui.config({ ...@@ -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) { if(json.returnCode == 0) {
var tags = json.rows; var tags = json.rows;
$.each(tags, function(index, item) { $.each(tags, function(index, item) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册