医学审核签名保存

uat_us
caiyiling 2024-03-07 13:37:29 +08:00
parent ef4fab35b4
commit c34146ae76
1 changed files with 4 additions and 1 deletions

View File

@ -661,7 +661,10 @@ export default {
this.$message.success(this.$t('common:message:savedSuccessfully'))
this.$refs['signForm'].btnLoading = false
this.signVisible = false
this.chatForm.visible = false
this.$nextTick(()=>{
this.chatForm.visible = false
})
}
this.loading = false
this.getList()