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