|
|
|
@ -413,7 +413,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
jumpDl(row) {
|
|
|
|
jumpDl(row) {
|
|
|
|
this.handleDownload(this.BASE_URL + "/udiwms/donwload/file?fileName=" + row.templateDlUrl, row.name + ".jrxml");
|
|
|
|
this.handleDownload(this.BASE_URL + "/udiwms/donwload/printFile?fileName=" + row.templateDlUrl, row.name + ".jrxml");
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getModuleList() {
|
|
|
|
getModuleList() {
|
|
|
|
this.moduleLoading = true;
|
|
|
|
this.moduleLoading = true;
|
|
|
|
|