Browse Source

设备导入优化

gzb
wangzhonglu 8 months ago
parent
commit
d45d994893

+ 2
- 1
src/views/platformSection/deviceManage/deviceManageImport/detail.vue View File

@@ -305,7 +305,8 @@ export default {
305 305
         regionid: this.searchForm.regionid,
306 306
         page: this.searchForm.page,
307 307
         size: this.searchForm.size,
308
-        sn: this.searchForm.sn
308
+        sn: this.searchForm.sn,
309
+        snState: this.searchForm.snState
309 310
       }).then((data) => {
310 311
         if (data.code === 0) {
311 312
           this.searchForm.list = data.obj.data;

Loading…
Cancel
Save