记得上下班打卡 | git大法好,push需谨慎

Commit f9ea84dd authored by sangchunxi's avatar sangchunxi

#1954 bug 修复 ..

parent 16828c0c
......@@ -159,6 +159,7 @@
data: JSON.stringify(postData),
success:function(e) {
$(".layui-layer-close1").click();
refreshItem();
}
})
} else {
......@@ -170,6 +171,7 @@
data: JSON.stringify(postData),
success:function(e) {
$(".layui-layer-close1").click();
refreshItem();
}
})
}
......
......@@ -131,7 +131,6 @@
function closeModal() {
layer.open({
type: 1,
shade: true,
shade: 0.3,
title: '驳回', //不显示标题
content: $('#addClassify_false') //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment