浏览代码

Merge branch 'develop_yh23' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh23

lilei 1 年之前
父节点
当前提交
cfb97a3add
共有 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 => {