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

fix: bug

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