소스 검색

Merge branch 'develop_yh23' of jianguan-web/qpls-md-html into pre-release

李磊 1 년 전
부모
커밋
e339444973
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 => {