添加舞台编辑设备绑定可搜索和优化操作按钮为svg图标
This commit is contained in:
@@ -295,7 +295,7 @@ export default {
|
||||
queryParam.end = (new Date(this.timeRange[1]).getTime() * 1000000).toString()
|
||||
}
|
||||
if (this.text !== '') {
|
||||
queryParam.text = this.text
|
||||
queryParam.text = this.text.replace(/^\s*|\s*$/g,'')
|
||||
}
|
||||
if (this.limits !== '') {
|
||||
console.log(this.limits)
|
||||
|
||||
Reference in New Issue
Block a user