Commit 8c79b2d2 by 唐玉峰

ClinicalRoute/GetProjectByName

parent 1a0281cd
...@@ -730,7 +730,7 @@ export default { ...@@ -730,7 +730,7 @@ export default {
value && this.etProjectByName(value); value && this.etProjectByName(value);
}, },
etProjectByName(query) { etProjectByName(query) {
http.post(`/ClinicalRoute/ClinicalRoute/GetProjectByName?searchQuery=${query}`, {}) http.post(`/ClinicalRoute/ClinicalRoute/GetProjectByName?searchQuery=${query}&deptName=${this.deptName}`, {})
.then((data) => { .then((data) => {
if (data && data.length) { if (data && data.length) {
data.map((el, i) => { data.map((el, i) => {
......
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