bug修改
This commit is contained in:
parent
090816c33d
commit
0f46b15fab
|
@ -47,6 +47,7 @@
|
|||
v-if="
|
||||
Cardsname == '组件服务' ||
|
||||
Cardsname == '应用资源' ||
|
||||
Cardsname == '基础设施' ||
|
||||
Cardsname == ''
|
||||
"
|
||||
>
|
||||
|
@ -890,7 +891,8 @@
|
|||
if (
|
||||
paramsGetResources.type == '组件服务' ||
|
||||
paramsGetResources.type == '应用资源' ||
|
||||
paramsGetResources.type == '基础设施'
|
||||
paramsGetResources.type == '基础设施' ||
|
||||
paramsGetResources.type == ''
|
||||
) {
|
||||
pageWithAttrs(paramsGetResources).then((res) => {
|
||||
console.log('查询列表============>', resourceList, res.data.data)
|
||||
|
|
Loading…
Reference in New Issue