提交 1e788fc0 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq' into 'develop'

医生提示共同

See merge request !248
...@@ -383,10 +383,10 @@ ...@@ -383,10 +383,10 @@
}; };
doctorListAnd(params).then(res => { doctorListAnd(params).then(res => {
if (res.code == '000000') { if (res.code == '000000') {
if (res.data.length > 0) { if (res.data) {
const totallistShow = res.data.join(','); // const totallistShow = res.data.join(',');
this.$message({ this.$message({
message: `医生ID为${totallistShow}已被其他运营分配`, message: `医生ID为${res.data}已被其他运营分配`,
type: 'warning' type: 'warning'
}); });
}else{ }else{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册