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