Browse Source

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

李磊 1 năm trước cách đây
mục cha
commit
e339444973

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

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