Ver Fonte

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

qymljy há 1 ano atrás
pai
commit
548aaed702
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
     },