fix: 修复实体搜索框text模式下点击top后表达式错误的问题、修复分页bug
This commit is contained in:
@@ -87,6 +87,23 @@ export default class Meta {
|
||||
this.isEditing = false
|
||||
}
|
||||
}
|
||||
|
||||
resetOperator () {
|
||||
this.operator = {
|
||||
value: '',
|
||||
isEditing: false,
|
||||
show: false
|
||||
}
|
||||
}
|
||||
|
||||
resetValue () {
|
||||
this.value = {
|
||||
value: '',
|
||||
label: '',
|
||||
isEditing: false,
|
||||
show: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function cloneMeta (source) {
|
||||
|
||||
Reference in New Issue
Block a user