Commit 3fce7dbb by 唐玉峰

.

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