|
|
@@ -122,7 +122,7 @@ const FormPanel = ({ formData }) => { |
|
|
|
onSuccess: function (responseData) { |
|
|
|
console.log(responseData) |
|
|
|
if (responseData.success === false){ |
|
|
|
navigate("/publicNotice"); |
|
|
|
navigate("/publicNotice/"+responseData.id); |
|
|
|
}else{ |
|
|
|
if (responseData.msg) { |
|
|
|
setWarningTitle(intl.formatMessage({ id: "attention" })) |
|
|
|