Explorar o código

销售数据新增订单产品类别占比分析调整

qymljy %!s(int64=2) %!d(string=hai) anos
pai
achega
dce2329ca6
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/salesData/modules/orderProductCategory.vue

+ 3 - 3
src/views/salesData/modules/orderProductCategory.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="div-box-new-margin">
-    <div class="div-border-box" id="orderTypeFull">
+    <div class="div-border-box" id="orderProductCategoryFull">
       <div class="out">
         <div>
           <div class="div-line div-line-right"></div>
@@ -76,7 +76,7 @@
             <exportFile  :param="param" :columns="tablecols" fileName="订单类型占比分析" :dataid="param.content.dataid"></exportFile>
           </div>
 
-          <fullScreen  domId="orderTypeFull" @onFull="onFull" @backFull="backFull"></fullScreen>
+          <fullScreen  domId="orderProductCategoryFull" @onFull="onFull" @backFull="backFull"></fullScreen>
         </div>
       </div>
       <div class="chart" style="height: 416px">
@@ -213,7 +213,7 @@ export default {
     },
     async queryModel(val,type){
       this.param.content.dataid = val || this.dataid
-      this.param.content.where.isleave = type
+     /* this.param.content.where.isleave = type*/
       this.param.content.dataType = this.type
       this.param.content.dateType = this.dateType === '全部'?'':this.dateType
       const res = await this.$api.requested(this.param)