Commit 91536314 authored by 徐一鸣's avatar 徐一鸣

服务管理列表fixed

parent 213b8b29
...@@ -1167,7 +1167,7 @@ export default { ...@@ -1167,7 +1167,7 @@ export default {
}, },
detailItem(item) { detailItem(item) {
this.$router.push( this.$router.push(
`${this.detailsUrl + [item.deploy_id, item.app_id, item.id][this.type]}` `${this.detailsUrl + [item.app_id, item.deploy_id, item.id][this.type]}`
); );
}, },
soldUpItem(item) { soldUpItem(item) {
......
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