소스 검색

设备管理查看接口优化

gzb
wangzhonglu 9 달 전
부모
커밋
93389bea5c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/views/schoolSection/deviceManage/deviceManage.vue

+ 2
- 0
src/views/schoolSection/deviceManage/deviceManage.vue 파일 보기

@@ -1151,6 +1151,8 @@ export default {
1151 1151
     // 查看
1152 1152
     toView(row) {
1153 1153
       device_manager_detail_d({
1154
+        rtype: this.powerParams.rtype,
1155
+        objectid: this.powerParams.objectid,
1154 1156
         name: row.sn
1155 1157
       }).then((data) => {
1156 1158
         if (data.code === 0) {

Loading…
취소
저장