diff --git a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue index 0246ab5..48fd648 100644 --- a/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue +++ b/sgzb-ui/src/views/base/assetAttributeAllocation/index.vue @@ -481,7 +481,7 @@ /** 导出按钮操作 */ handleExport() { this.download( - 'base/maPropInfo/exportConfig', + 'material/base/maPropInfo/exportConfig', { ...this.queryParams, dataCondition: this.ids, diff --git a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue index ba92516..2608b7d 100644 --- a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue +++ b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue @@ -383,7 +383,7 @@ export default { /** 导出按钮操作 */ handleExport() { this.download( - 'base/maPropInfo/export', + 'material/base/maPropInfo/export', { ...this.queryParams, dataCondition: this.ids, diff --git a/sgzb-ui/src/views/base/comeAndGo/index.vue b/sgzb-ui/src/views/base/comeAndGo/index.vue index 620ec01..ff17b79 100644 --- a/sgzb-ui/src/views/base/comeAndGo/index.vue +++ b/sgzb-ui/src/views/base/comeAndGo/index.vue @@ -471,7 +471,7 @@ export default { /** 导出按钮操作 */ handleExport() { this.download( - 'base/bmUnitInfo/export', + 'material/base/bmUnitInfo/export', { ...this.queryParams, }, diff --git a/sgzb-ui/src/views/base/project/index.vue b/sgzb-ui/src/views/base/project/index.vue index 92ae23c..fbaccea 100644 --- a/sgzb-ui/src/views/base/project/index.vue +++ b/sgzb-ui/src/views/base/project/index.vue @@ -462,7 +462,7 @@ export default { /** 导出按钮操作 */ handleExport() { this.download( - 'base/bmProjectInfo/export', + 'material/base/bmProjectInfo/export', { ...this.queryParams, dataCondition: this.ids, diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue index 7f7289a..735c8ae 100644 --- a/sgzb-ui/src/views/base/section/index.vue +++ b/sgzb-ui/src/views/base/section/index.vue @@ -180,7 +180,7 @@ @@ -836,7 +836,7 @@ export default { /** 导出按钮操作 */ handleExport() { this.downloadJson( - 'base/tm_task/export', + 'material/base/tm_task/export', JSON.stringify(this.queryParams), `领料出库_${new Date().getTime()}.xlsx`, ) diff --git a/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue b/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue index d997e46..cea5db1 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue @@ -257,7 +257,7 @@ > - +