fix:修改asset endpoint 详情页面 返回list为空时 loading一直存在的问题
This commit is contained in:
@@ -617,8 +617,11 @@ export default {
|
||||
this.showPanel = this.$loadsh.cloneDeep(this.panelData[0])
|
||||
this.variables = this.$loadsh.get(this.panelData, '[0].param.variables')
|
||||
this.getData(this.filter)
|
||||
}else {
|
||||
this.chartListLoading = false
|
||||
}
|
||||
} else {
|
||||
this.chartListLoading = false
|
||||
if (response.msg) {
|
||||
console.error(response.msg)
|
||||
this.$message.error(response.msg)
|
||||
|
||||
Reference in New Issue
Block a user