Parcourir la source

营销费用统计,营销费用面板调整

qymljy il y a 1 an
Parent
commit
548aaed702
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/HDrpManagement/salerpriceData/index.vue

+ 1 - 0
src/HDrpManagement/salerpriceData/index.vue

@@ -296,6 +296,7 @@ export default {
     },
     //获取数据总览
     async getdataAll() {
+      this.dataAllParam.content.where.isleave = this.isleave
       let res = await this.$api.requested(this.dataAllParam);
       this.dataAll = res.data;
     },