소스 검색

设备导入优化

gzb
wangzhonglu 8 달 전
부모
커밋
d45d994893
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/views/platformSection/deviceManage/deviceManageImport/detail.vue

+ 2
- 1
src/views/platformSection/deviceManage/deviceManageImport/detail.vue 파일 보기

@@ -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…
취소
저장