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);