Commit 98411fea by 唐玉峰

.

parent bb6f3f09
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
http.post(`/ClinicalRoute/ClinicalRoute/GetMapCRAdvices?crid=${this.$route.query.cid}&type=${this.radio}`, {}) http.post(`/ClinicalRoute/ClinicalRoute/GetMapCRAdvices?crid=${this.$route.query.cid}&type=${this.radio}`, {})
.then((data) => { .then((data) => {
this.show = false; this.show = false;
this.lefttableData = data; this.lefttableData = data.result;
}) })
.catch((error) => {}); .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