#
zjj
2024-04-07 e6a02c8b09a796e436a501e9b87d19e25c34c9d1
pages/business/saleManage/saleManage.vue
@@ -76,7 +76,7 @@
      </view>
      <!-- <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> -->
      <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="csmtrList.length <= 0" />
      <view style="height: 10rpx;"></view>
      <view class="fxbtn">
         <uni-icons type="plusempty" color="#fff" @click="add()" ></uni-icons>
      </view>
@@ -92,7 +92,7 @@
            user: {
               username: '',
               id: 0,
               type: 'user_id'
               type: ''
            },
            falg: true,
            csmtrList: [],
@@ -168,7 +168,6 @@
                     return
                  }
                  var res = result.data
                  console.log(res);
                  if (res.code === 200) {
                     let list = res.data.records
                     that.csmtrList = that.reload ? list : that.csmtrList.concat(list);