Parcourir la source

点击关闭搜索列表

zhangxc il y a 5 ans
Parent
commit
c0ffbc3948
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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);