''
liukangdong
2024-06-12 a272691bfb1d184e07b91debd9d38f40d2920917
h5/pages/staff/task/index.vue
@@ -118,6 +118,7 @@
          </view>
        </view>
      </view>
      <image v-if="dataList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
    </view>
    <!-- 筛选 -->
    <u-popup
@@ -279,7 +280,9 @@
      }).then(res => {
        this.dataList = [...this.dataList, ...res.data.records]
        this.dataList.forEach(i => {
          i.param1 = JSON.parse(i.param1)
          if(i.param1){
            i.param1 = JSON.parse(i.param1)
          }
        })
        console.log('dataList', this.dataList)
      })