Explorar el Código

点击关闭搜索列表

zhangxc hace 5 años
padre
commit
c0ffbc3948
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);