Browse Source

解除管控优化

gzb
wangzhonglu 8 months ago
parent
commit
f3facd80b8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/views/schoolSection/deviceManage/removeControlDevice.vue

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

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

Loading…
Cancel
Save