wangzhonglu 7 месяцев назад
Родитель
Сommit
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;

Загрузка…
Отмена
Сохранить