fix: 修复实体搜索包含非连接符的and,由text转换到tag失败的问题
This commit is contained in:
@@ -117,7 +117,7 @@ export default {
|
||||
changeMode () {
|
||||
let str = this.codeMirror.getValue().trim()
|
||||
if (str) {
|
||||
str = comparedEntityKey(str).key
|
||||
str = comparedEntityKey(handleEntityTypeByStr(str)).key
|
||||
const parser = new Parser(this.columnList)
|
||||
const errorList = parser.validateStr(str)
|
||||
if (_.isEmpty(errorList)) {
|
||||
|
||||
Reference in New Issue
Block a user