提交 7f9aa6dc 编写于 作者: huangwensu's avatar huangwensu

接口返回提示

上级 2c2c2354
......@@ -339,10 +339,13 @@ export default {
// 呼叫双方
callAll(row) {
this.POST(`/diagnose/admin/diagnose/call/${row.diagnoseLogId}`, '').then(res => {
if (res.code == "000000") {
if (res.code != "000000") {
this.$message({
message: res.message,
type: "error"
})
}
});
})
},
// 加入问诊
jionCommunicate(row) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册