소스 검색

点击关闭搜索列表

zhangxc 5 년 전
부모
커밋
c0ffbc3948
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/diagBase/AddDiagBase.vue

+ 2 - 0
src/components/diagBase/AddDiagBase.vue

@@ -249,6 +249,8 @@
 
         close() {
             this.showDiagList = false
+            this.searchResultList = []
+            this.diagList = []
         },
         back(){
             this.$router.go(-1);