发票推送bug

master
xiechao 2024-04-16 00:02:53 +08:00
parent 49cd0f3dd4
commit 13415cbe4c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ var kpsq_list = (function() {
//async:false, //async:false,
data: {itea:JSON.stringify(itea),kpsx:kpsx,sjlx:sjlx}, data: {itea:JSON.stringify(itea),kpsx:kpsx,sjlx:sjlx},
success: function (jsonObj) { success: function (jsonObj) {
logger.info(jsonObj); console.log(jsonObj)
if(jsonObj.code==0){ if(jsonObj.code==0){
sctTools.successMsg("推送成功"); sctTools.successMsg("推送成功");
layui.table.reload("table_sb", {page: {curr: $(".layui-laypage-em").next().html()}}); layui.table.reload("table_sb", {page: {curr: $(".layui-laypage-em").next().html()}});