Explorar el Código

update

master
Jason Chuang hace 1 año
padre
commit
d89d1be964
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Ver fichero

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


Cargando…
Cancelar
Guardar