提交 886be78a 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq' into 'develop'

Feature/jq

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