diff --git a/WebRoot/view/tb/zbdc/examine/data_submit.html b/WebRoot/view/tb/zbdc/examine/data_submit.html index 8acd0c91..bfda9fce 100644 --- a/WebRoot/view/tb/zbdc/examine/data_submit.html +++ b/WebRoot/view/tb/zbdc/examine/data_submit.html @@ -1462,7 +1462,7 @@ $.ajax({ type: "POST", dataType: "json", - url: "/QingLong/zbdc/saveReport", + url: "/QingLong/zbdc/CheckReportSave", async: false, success: function (result) { if (result.success) { diff --git a/WebRoot/view/tb/zbdc/examine/examine_area.html b/WebRoot/view/tb/zbdc/examine/examine_area.html index 24b0002d..0c538e50 100644 --- a/WebRoot/view/tb/zbdc/examine/examine_area.html +++ b/WebRoot/view/tb/zbdc/examine/examine_area.html @@ -4,335 +4,205 @@