jiangping
2024-12-12 142f590c9b32435f22830421a9c6f1c1e5669f0f
h5/pages/staff/task/index.vue
@@ -293,6 +293,9 @@
    },
    modalReset() {
      this.modelParam = {}
      this.search = {
            queryType: 0
         }
      this.pagination.page = 0
      this.dataList = []
      this.showFilter = false
@@ -319,13 +322,16 @@
          ...search
        }
      }).then(res => {
        this.dataList = [...this.dataList, ...res.data.records]
            this.total = res.data.total
        this.dataList.forEach(i => {
            if(res.data && res.data.records){
               res.data.records.forEach(i => {
          if (i.param1) {
            i.param1 = JSON.parse(i.param1)
          }
        })
            }
        this.dataList = [...this.dataList, ...res.data.records]
            this.total = res.data.total
      })
    },
    getHeadList() {