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

Merge branch 'feature/jq' into 'develop'

医生提示共同

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