@@ -328,8 +328,10 @@ export default {
sortName: 'update_time'
}
+ console.log(this.BaseTool.Util)
+
exportSparePartUsed2(params).then(file => {
- this.BaseTool.Util.downLoadExportExcel(file)
+ this.BaseTool.UPLOAD.downLoadExportExcel(file)
})