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

test: 使用search返回的diagnoseType

上级 b0a63daa
...@@ -429,7 +429,6 @@ export default { ...@@ -429,7 +429,6 @@ export default {
this.editorType = this.$route.query.editorType this.editorType = this.$route.query.editorType
this.diagnoseLogId = this.$route.query.id this.diagnoseLogId = this.$route.query.id
this.search() this.search()
this.getDoctorList()
}, },
mounted() { mounted() {
}, },
...@@ -460,7 +459,7 @@ export default { ...@@ -460,7 +459,7 @@ export default {
} else { } else {
this.$message.info('请稍后重试') this.$message.info('请稍后重试')
} }
this.getDoctorList()
}).catch(() => { }).catch(() => {
this.$message.info('请稍后重试') this.$message.info('请稍后重试')
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册