업로드 완료 후 phoneNumber, fileName, soundFile 초기화
This commit is contained in:
parent
f8cd393b2a
commit
a2b7fef39e
|
@ -228,6 +228,10 @@ final class AuditionRoleDetailViewModel: ObservableObject {
|
||||||
self.errorMessage = "오디션 지원이 완료되었습니다."
|
self.errorMessage = "오디션 지원이 완료되었습니다."
|
||||||
self.isShowPopup = true
|
self.isShowPopup = true
|
||||||
self.deleteAllRecordingFilesWithNamePrefix("voiceon_now_voice")
|
self.deleteAllRecordingFilesWithNamePrefix("voiceon_now_voice")
|
||||||
|
|
||||||
|
self.phoneNumber = ""
|
||||||
|
self.fileName = ""
|
||||||
|
self.soundData = nil
|
||||||
self.applicantList = []
|
self.applicantList = []
|
||||||
self.totalCount = 0
|
self.totalCount = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue