Jason Chuang vor 1 Jahr
Ursprung
Commit
d89d1be964
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Datei anzeigen

@@ -90,7 +90,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
},
files: [attachment],
onSuccess: function () {
notifyActionSuccess('申請成功!')
notifyActionSuccess('申請提交成功!')
navigate("/publicNotice");
// location.reload();
}


Laden…
Abbrechen
Speichern