fix:修改 chart搜索功能 以及 panel新增chart 可以选择panel的问题
This commit is contained in:
@@ -224,7 +224,7 @@ export default {
|
||||
this.filter.searchName = ''
|
||||
// this.$refs.searchInput.select();
|
||||
this.showPanel = val
|
||||
this.showPanel.type = 'panel'
|
||||
this.showPanel.type = 'dashboard'
|
||||
this.filter.panelId = this.showPanel.id
|
||||
// let curTime = this.$refs.calendarPanel.getCurrentTime();
|
||||
const curTime = this.searchTime
|
||||
|
||||
Reference in New Issue
Block a user