Commit 4d7926dc by zhangchen

国科打印

parent 0011e376
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
forbidClick: true, forbidClick: true,
}); });
var dtask = plus.downloader.createDownload( var dtask = plus.downloader.createDownload(
this.$global.baseURL + '/drs/v1/sampling_summary/export_sampling?id=' + item.id, {}, (d, status) => { this.$global.baseURL + '/drs/v1/sampling_summary/export_sampling_gk?id=' + item.id, {}, (d, status) => {
if (status == 200) { if (status == 200) {
plus.runtime.openFile(d.filename);//cn.wps.moffice_eng-----wps的包名 plus.runtime.openFile(d.filename);//cn.wps.moffice_eng-----wps的包名
} }
......
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