Commit 3fce7dbb by 唐玉峰

.

parent 24c79b0b
......@@ -449,7 +449,7 @@ export default {
this.getleftlist(1);
this.GetMapCRAdviceType();
this.gemedicUseModeoptions();
this.gemedicUsePlanoptions();
// this.gemedicUsePlanoptions();
},
methods: {
remoteMethod(query) {
......@@ -849,8 +849,10 @@ export default {
gemedicUseModeoptions() {
http.post(`/ClinicalRoute/ClinicalRoute/GetStaCRParametersByType?type=1`, {})
.then((data) => {
this.medicUseModeoptions = data;
this.medicUseModeoptionsLise = data;
this.medicUseModeoptions = data.type1;
this.medicUseModeoptionsLise = data.type1;
this.medicUsePlanoptions = data.type2;
this.medicUsePlanoptionsList = data.type2;
})
.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