Browse Source

修改bug

chenrui 1 year ago
parent
commit
eee9cb0a25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/allocationManagement/chainTransferOut/list.vue

+ 1 - 0
src/views/allocationManagement/chainTransferOut/list.vue

@@ -285,6 +285,7 @@ export default {
     handleExport () {
       const _this = this
       const params = this.queryParam
+      params.showCost = _this.$hasPermissions('M_ShowAllCost') ? 1 : 0
       _this.exportLoading = true
       _this.spinning = true
       allocLinkageOutExport(params).then(res => {