bug修改

This commit is contained in:
851673013@qq.com 2022-06-17 14:20:19 +08:00
parent 090816c33d
commit 0f46b15fab
1 changed files with 3 additions and 1 deletions

View File

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