添加舞台编辑设备绑定可搜索和优化操作按钮为svg图标

This commit is contained in:
lyd
2022-08-18 10:18:46 +08:00
parent 5a7d010c93
commit 091cf4e8dd
15 changed files with 73 additions and 19 deletions

View File

@@ -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)