提交 b87420e3 编写于 作者: peng.zhao's avatar peng.zhao

Merge branch 'feature/zp' into feature/zl

......@@ -1277,7 +1277,15 @@
cancelButtonText: '否',
type: 'warning',
}).then(() => {
reMatchDoctor(this.diagnoseLogId);
this.loading = true;
reMatchDoctor(this.diagnoseLogId)
.then(() => {
this.loading = false;
this.search(false);
})
.catch(() => {
this.loading = false;
});
});
} else {
this.diagnosisTimeVisible = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册