Commit 8c79b2d2 by 唐玉峰

ClinicalRoute/GetProjectByName

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