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

up

parent 900be442
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
this.$emit("delete-action", this.data); this.$emit("delete-action", this.data);
}, },
intoDetail() { intoDetail() {
this.$router.push(`${this.detailsUrl}${this.data.id}`); this.$router.push(`${this.detailsUrl}${this.data.department_id}`);
}, },
}, },
}; };
......
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