yangle
2024-05-31 ccb72d1aa7a9358e30bd45ccb6cd7ebef4786fe7
WebTM/views/IpadIndex.html
@@ -405,7 +405,7 @@
                $.ajax({
                    url: GetWEBURL() + "/ReportPlatForm/DeleteGetLineBindBillList",
                    type: "GET",
                    data: { "HSourceID": HSourceID },
                    data: { "HSourceID": HSourceID ,"user": sessionStorage["HUserName"]},
                    dataType: "json",//数据类型可以为 text xml json  script  jsonp
                    success: function (data) {
                        if (data.count > 0) {