This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
Jason Chuang
1 year ago
parent
fb882b8d7e
commit
d89d1be964
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
View File
@@ -90,7 +90,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
},
files: [attachment],
onSuccess: function () {
notifyActionSuccess('申請成功!')
notifyActionSuccess('申請
提交
成功!')
navigate("/publicNotice");
// location.reload();
}
Write
Preview
Loading…
Cancel
Save