Browse Source

修改bug

chenrui 1 year ago
parent
commit
88dc433623
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportData/tireSalesReport/list.vue

+ 1 - 1
src/views/reportData/tireSalesReport/list.vue

@@ -293,7 +293,7 @@ export default {
       _this.exportLoading = true
       _this.spinning = true
       _this.showExport = true
-      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport_salesPrice'
+      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport'
       hdExportExcel(excelTireOnlineExport, params, '轮胎统计报表', function () {
         _this.exportLoading = false
         _this.spinning = false