Browse Source

设备管理查看接口优化

gzb
wangzhonglu 9 months ago
parent
commit
93389bea5c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/views/schoolSection/deviceManage/deviceManage.vue

+ 2
- 0
src/views/schoolSection/deviceManage/deviceManage.vue View File

@@ -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…
Cancel
Save