Commit 96d6b218 by 唐玉峰

.

parent d1297fd6
......@@ -420,9 +420,9 @@ export default {
decimal,
topage() {
http.post(`/medical/get/JumpHisRules?id=${this.$route.query.id}`, {})
http.get(`/medical/get/JumpHisRules?id=${this.$route.query.id}`, {})
.then((data) => {
console.log(data);
window.location.href = data.message;
})
.catch((error) => {});
},
......
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