Explorar el Código

简易查询修改

zhaoke hace 1 año
padre
commit
928dc2d67f
Se han modificado 1 ficheros con 1 adiciones y 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) {