Commit 985c6cd7 by LJM

bug

parent ffac53d8
Showing with 1 additions and 5 deletions
......@@ -132,11 +132,7 @@ layui.use(['form', 'table', 'laydate'], function () {
$("#editOrderItems").empty().text(translation.modify);
$("#editOrderItems").next().hide();
$("#order_remark").hide().next().show();//订单备注
table.reload('list', {
page: {
curr: 1
}
});
window.location.reload();
});
} else {
layer.msg(res.msg);
......
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 sign in to comment