Commit af2ec884 by jiawei.su
parents b2984210 a478442c
...@@ -407,7 +407,10 @@ export default { ...@@ -407,7 +407,10 @@ export default {
: 0; : 0;
}, },
exportExcel() { exportExcel() {
let data = {}; let data = {
toExcel:1,
section:this.sectionid
};
this.axios this.axios
.request({ .request({
url: "", url: "",
......
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