Explorar o código

简易查询修改

zhaoke hai 1 ano
pai
achega
928dc2d67f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/SimpleQuery/index.vue

+ 1 - 0
src/components/SimpleQuery/index.vue

@@ -175,6 +175,7 @@ export default {
             }
           }
         }
+        queryContent.at(-1).connector = ''
         this.queryContent = queryContent
         this.$emit('queryValue', this.queryContent)
       } catch (error) {