沙盘演示系统应用的微信小程序
zuoxiao
2024-11-08 f3058f900e3143c0245c9b1686397b6e6e561422
pages/valveList/valveList.js
@@ -99,14 +99,14 @@
    this.setData({
      isPhysicalRefreshing: true,
    })
    this.getPhysicalListData();
    this.getPhysicalListData(true);
  },
  //获取实体卡列表
  getPhysicalListData(isRefresh) {
    get({
        url: 'wx/intake/getCardOpenClose',
        data: {
          // clientId: getApp().globalData.clientId,
          clientId: getApp().globalData.clientId,
          pageCurr: this.data.physicalPageCurr,
          pageSize: this.data.pageSize
        }