Explorar el Código

设备总览接口添加参数

dmb
牛胜浩 hace 2 años
padre
commit
aff2bb6bf6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pages/mine/equipment/index.vue

+ 2
- 1
pages/mine/equipment/index.vue Ver fichero

@@ -197,7 +197,8 @@
imei: this.imei,
onLine: this.activeClass,
propertyId: this.buildingID,
orderType: 1
orderType: 1,
accountId: uni.getStorageSync('weapp_session_userInfo_data').accountId,
}
}



Cargando…
Cancelar
Guardar