zhaoke 1 год назад
Родитель
Сommit
928dc2d67f
1 измененных файлов с 1 добавлено и 0 удалено
  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) {