luowei 2 년 전
부모
커밋
cee1a9b812
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/system/device/index.vue

+ 1 - 0
src/views/system/device/index.vue

@@ -679,6 +679,7 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.devices = null;
+      this.searchDevices=null;
       this.resetForm("queryForm");
       this.handleQuery();
     },