@@ -1549,6 +1549,10 @@ const handleClickInjuryinfo = row => {
duration: 2500,
showClose: true,
});
+ // 两个接口都调用成功后,刷新页面
+ setTimeout(() => {
+ location.reload();
+ }, 1000);
}else {
ElMessage({
message: '本地工伤入院登记接口异常,需要你进行冲正处理了',
@@ -442,6 +442,10 @@ const handleClickInjuryinfo = (row) => {
})
showPsnInsuinfo.value = false
+ // 刷新页面,保证和AdmRegistration.vue一致
} else {