|
@@ -777,8 +777,8 @@ export default {
|
|
|
window['backToExcelList'] = (rp) => {
|
|
|
this.closeExcel(rp);
|
|
|
}
|
|
|
- window['shareExcel'] = (a, b, c, d, e, f) => {
|
|
|
- this.shareExcel(a, b, c, d, e, f);
|
|
|
+ window['shareExcel'] = (a, b, c, d, e, f, g) => {
|
|
|
+ this.shareExcel(a, b, c, d, e, f, g);
|
|
|
}
|
|
|
},
|
|
|
name: "index"
|