ll
liukangdong
2024-12-12 0fd73b26d4e3c5d2dc153429ef82bf2fd8f77168
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 => {
            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
        this.dataList.forEach(i => {
          if (i.param1) {
            i.param1 = JSON.parse(i.param1)
          }
        })
      })
    },
    getHeadList() {