Skip to content

Commit dd38724

Browse files
committed
closeModalRecordでformMessageを空にする
1 parent 1d6b2ca commit dd38724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/center/_centerId/patient/_patientId.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ export default class PatientId extends Vue {
488488
489489
async closeModalRecord() {
490490
this.showModalRecord = false
491+
this.formMessage = ''
491492
this.clearRecordValue()
492493
if (this.createdStatus) {
493494
await this.load()

0 commit comments

Comments
 (0)