医学审核签名保存
parent
ef4fab35b4
commit
c34146ae76
|
@ -661,7 +661,10 @@ export default {
|
||||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
this.$refs['signForm'].btnLoading = false
|
this.$refs['signForm'].btnLoading = false
|
||||||
this.signVisible = false
|
this.signVisible = false
|
||||||
this.chatForm.visible = false
|
this.$nextTick(()=>{
|
||||||
|
this.chatForm.visible = false
|
||||||
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|
Loading…
Reference in New Issue