提交 a8d2bb2e 编写于 作者: changdi.hao's avatar changdi.hao

Merge branch 'dev-20210517' of...

Merge branch 'dev-20210517' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-admin-consultation into dev-20210517
...@@ -674,7 +674,7 @@ export default { ...@@ -674,7 +674,7 @@ export default {
remoteMethod(val) { remoteMethod(val) {
if (val.length >= 2) { if (val.length >= 2) {
// console.log('搜索',val) // console.log('搜索',val)
this.GET(`/doctor/doctorExpert/doctorInfoByNameLike?name=${val}`) this.GET(`/diagnose/commission/downDoctor/doctorInfoByNameLike?name=${val}`)
.then(function (res) { .then(function (res) {
if (res.code == '000000') { if (res.code == '000000') {
// let data = JSON.parse(JSON.stringify(res.data.data));//通过这个实现深拷贝 // let data = JSON.parse(JSON.stringify(res.data.data));//通过这个实现深拷贝
......
...@@ -628,4 +628,4 @@ export default { ...@@ -628,4 +628,4 @@ export default {
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册