k94314517
2024-08-01 9d3e12b88c3b5556a9b186e7afcc813236cc126a
wechat_staff/components/disCase/index.js
@@ -19,11 +19,12 @@
    pageNum: 1,
    pageSize: 10,
    query: '',
    sortType: 'NORMAL',
    sortType: '',
    catalogCode: 'whole_case'
  },
  attached() {
    this.getCatelist()
    this.getList()
  },
  methods: {
    refreshCount(){    
@@ -57,9 +58,6 @@
          this.setData({
            cateList: res.data
          })
          setTimeout(() => {
            this.getList()
          }, 300)
        }
      })
    },
@@ -67,7 +65,6 @@
      if(this.data.isLoading){
        return
      }
      this.setData({isLoading:true})
      const { sortType, query, tagCodes, pageNum, pageSize,catalogCode } = this.data
      getZhongTaiWholecasePage({