@@ -335,6 +335,7 @@ export default {
this.$refs.ruleForm.validate(valid => {
if (valid) {
const params = _this.queryParam
+ params.showCostFlag = this.$hasPermissions('B_isShowCost')
_this.showExport = true
_this.exportLoading = true
_this.spinning = true
@@ -191,6 +191,7 @@ export default {