fix: panel 页面 select 选择器数据为空时遮罩层为false
This commit is contained in:
@@ -557,7 +557,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.showPanel.id = ''
|
this.showPanel.id = ''
|
||||||
this.filter.panelId = ''
|
this.filter.panelId = ''
|
||||||
this.isLoading = true
|
this.isLoading = false
|
||||||
}
|
}
|
||||||
this.pageObj.total = response.data.total
|
this.pageObj.total = response.data.total
|
||||||
if (!isInitData && (this.panel.id === '' || this.panel.id === this.showPanel.id)) {
|
if (!isInitData && (this.panel.id === '' || this.panel.id === this.showPanel.id)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user