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

Merge branch 'xym' into dev

parents 05412bac d57fbaae
......@@ -1116,7 +1116,8 @@ export default {
this.showDialog();
}, // 删除服务
detailItem(item) {
this.$router.push(`${this.detailsUrl + item.id}`);
let id = this.type == 1 ? item.service_apply_info.id : item.id;
this.$router.push(`${this.detailsUrl + id}`);
}, // 查看服务
editItem(item) {
this.$router.push(
......
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