소스 검색

解除管控优化

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

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

@@ -149,9 +149,9 @@ export default {
149 149
         page: this.searchForm.page,
150 150
         size: this.searchForm.size,
151 151
         schoolid: this.powerParams.objectid,
152
-        atype: this.searchForm.atype,
153 152
         doEvent: this.searchForm.doEvent,
154
-        name: this.searchForm.name
153
+        name: this.searchForm.name,
154
+        pushType: 2
155 155
       }).then((data) => {
156 156
         if (data.code === 0) {
157 157
           this.searchForm.list = data.obj.data;

Loading…
취소
저장