瀏覽代碼

Merge commit '7803b83c1f3682c1c393913da2a406d659a5c684' into gzb

gzb
guozhongbo 7 月之前
父節點
當前提交
badc50d03b
共有 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…
取消
儲存