Explorar el Código

营销费用类型情况统计调整

qymljy hace 1 año
padre
commit
b5b016ec8d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/HDrpManagement/salerpriceData/modules/salerType.vue

+ 2 - 2
src/HDrpManagement/salerpriceData/modules/salerType.vue

@@ -326,12 +326,12 @@
             this.param.content.pageNumber = 1
             this.param.content.where.feestype = v.data.data.type
             this.feestype = v.data.data.text
-            this.queryTable(this.param.content.dataid,null,this.param.content.where.isleave)
+            this.queryTable(this.param.content.dataid,this.param.content.where.isleave)
           } else {
             this.param.content.pageNumber = 1
             this.param.content.where.feestype = ''
             this.feestype = ''
-            this.queryTable(this.param.content.dataid,null,this.param.content.where.isleave)
+            this.queryTable(this.param.content.dataid,this.param.content.where.isleave)
           }
         })
         this.chartPie.render()