Commit 81e476f1 authored by 晓彤's avatar 晓彤

添加测试流程查询功能以及菜单栏背景颜色

parent 400d1359
...@@ -401,10 +401,8 @@ export default { ...@@ -401,10 +401,8 @@ export default {
} }
}, },
created() { created() {
console.log('99999')
this.getServiceList() this.getServiceList()
bus.$on('refreshEnv', (name) => { bus.$on('refreshEnv', (name) => {
console.log('环境', name)
this.namespace = name this.namespace = name
this.getServiceList() this.getServiceList()
}) })
...@@ -438,7 +436,6 @@ export default { ...@@ -438,7 +436,6 @@ export default {
const tLoading = this.$loading.service(this.loadingOptions) const tLoading = this.$loading.service(this.loadingOptions)
getServiceList({ namespace: this.namespace }) getServiceList({ namespace: this.namespace })
.then((resp) => { .then((resp) => {
console.log('列表信息', resp.data.data)
const serviceList = resp.data.data const serviceList = resp.data.data
this.array2Object(serviceList) this.array2Object(serviceList)
tLoading.close() tLoading.close()
......
...@@ -82,7 +82,6 @@ export default { ...@@ -82,7 +82,6 @@ export default {
}, },
// 跳转到详情页面 // 跳转到详情页面
jumpToDetail(name) { jumpToDetail(name) {
console.log('777', name)
window.sessionStorage.setItem('env', name) window.sessionStorage.setItem('env', name)
// 向菜单栏中的下拉框传递环境名称 // 向菜单栏中的下拉框传递环境名称
bus.$emit('testEnv', name) bus.$emit('testEnv', name)
......
This diff is collapsed.
...@@ -292,5 +292,6 @@ export default { ...@@ -292,5 +292,6 @@ export default {
// border-bottom: 1px solid #e9eaf1; // border-bottom: 1px solid #e9eaf1;
box-shadow: 0 .5px 1px 0 #d8d6d6; box-shadow: 0 .5px 1px 0 #d8d6d6;
// box-shadow: 0 1px 3px rgb(0 0 0 / 8%); // box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
background-color:#E8EAED;
} }
</style> </style>
Markdown is supported
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