fix: 修复linkMonitor模块在刷新界面时接口报404的问题

This commit is contained in:
刘洪洪
2023-01-05 10:52:20 +08:00
parent 2afc34e207
commit e08dbe5a21

View File

@@ -475,6 +475,10 @@ export default {
type: type,
name: this.dropDownValue ? this.dropDownValue : ''
}
// 有的界面刷新时没有drilldownList接口地址会报404
if (!curTableInCode.url.drilldownList) {
return true
}
get(curTableInCode.url.drilldownList, params).then(async response => {
if (response.code === 200) {
this.breadcrumbColumnValueListShow = response.data.result