提交 d19f395e 编写于 作者: minghao.wu's avatar minghao.wu

test: 选择接诊医生

上级 c42eb60c
......@@ -429,6 +429,7 @@ export default {
this.editorType = this.$route.query.editorType
this.diagnoseLogId = this.$route.query.id
this.search()
this.getDoctorList()
},
mounted() {
},
......@@ -464,7 +465,7 @@ export default {
this.$message.info('请稍后重试')
});
},
doctorList() {
getDoctorList() {
this.loading = true
let url = `/diagnose//doctorService/doctorList?diagnoseType=${this.formData.diagnoseType}`
this.GET(url).then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册