ba4da8d8e8d55153d0ff1c39ebdac30115a066a8..b8043eebc1f797583b748407127abc3787f7758e
2024-08-09 liukangdong
Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
b8043e 对比 | 目录
2024-08-09 liukangdong
ll
d363cf 对比 | 目录
已修改1个文件
16 ■■■■■ 文件已修改
wechat_staff/pages/kefu/select.js 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
wechat_staff/pages/kefu/select.js
@@ -58,21 +58,19 @@
            icon: 'none'
          })
        }, 500)
        this.setData({
          customer: {},
          total: 0,
          dataList: [],
          page: 1
        })
        this.getList()
      }else{
        return wx.showToast({
          title: res.message,
          icon: 'none'
        })
      }
      this.setData({
        customer: {}
      })
      this.setData({
        total: 0,
        dataList: [],
        page: 1
      })
      this.getList()
    })
  },
  tabsClick(e) {