Commit cc9b0aee authored by 黄奎's avatar 黄奎

车辆统计修改

parent 1a4344c4
This diff is collapsed.
...@@ -703,10 +703,10 @@ ...@@ -703,10 +703,10 @@
}, },
datatype: "jsonP", datatype: "jsonP",
success: function (data) { success: function (data) {
//console.log("上传成功",data);
}, },
error: function () { error: function () {
//console.log("上传失败");
} }
}); });
if (allNum !== document.querySelectorAll(cName).length) { if (allNum !== document.querySelectorAll(cName).length) {
...@@ -903,7 +903,7 @@ ...@@ -903,7 +903,7 @@
} }
this.pdfLoading = false this.pdfLoading = false
}).catch(err => { }).catch(err => {
console.log(err)
}) })
}, },
ToWord: function (title, isPc) { ToWord: function (title, isPc) {
......
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