Commit 98411fea by 唐玉峰

.

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