fix: panel 页面 select 选择器数据为空时遮罩层为false

This commit is contained in:
@changcode
2021-10-08 09:45:36 +08:00
parent e506510408
commit 8123e4cc75

View File

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