Unverified Commit f83af355 authored by HubuHito's avatar HubuHito
Browse files

fix: 修复私有化1.5.4测试问题

parent 8ca5f1f8
Showing with 16 additions and 2 deletions
+16 -2
......@@ -30,6 +30,9 @@
tmplAppId: tpl.tmpl_app_id,
tmplAppName: tpl.tmpl_app_name,
searchParamsList: this.searchParamsList
},
query: {
clusterId: this.clusterValue
}
})
},
......
......@@ -30,6 +30,9 @@
tmplAppId: tpl.tmpl_app_id,
tmplAppName: tpl.tmpl_app_name,
searchParamsList: this.searchParamsList
},
query: {
clusterId: this.clusterValue
}
})
},
......
......@@ -30,6 +30,9 @@
tmplAppId: tpl.tmpl_app_id,
tmplAppName: tpl.tmpl_app_name,
searchParamsList: this.searchParamsList
},
query: {
clusterId: this.clusterValue
}
})
},
......
......@@ -30,6 +30,9 @@
tmplAppId: tpl.tmpl_app_id,
tmplAppName: tpl.tmpl_app_name,
searchParamsList: this.searchParamsList
},
query: {
clusterId: this.clusterValue
}
})
},
......
......@@ -246,7 +246,8 @@ export default {
const res = await this.$store.dispatch('configuration/getAllNamespaceList', {
projectId: this.projectId,
group_by: 'cluster_name',
perm_can_use: 1
perm_can_use: 1,
cluster_id: this.$route.query.clusterId
})
const list = res.data
......
......@@ -2149,7 +2149,8 @@
const res = await this.$store.dispatch('configuration/getAllNamespaceList', {
projectId: this.projectId,
group_by: 'cluster_name',
perm_can_use: 1
perm_can_use: 1,
cluster_id: clusterId
})
const resList = res.data
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment