임시저장 return 제거
This commit is contained in:
parent
a44c4bbeb0
commit
b113579e53
@ -1183,7 +1183,6 @@ export default function StuffDetail() {
|
||||
return alert(getMessage('stuff.detail.save.valierror2'))
|
||||
}
|
||||
|
||||
return
|
||||
await promisePost({ url: '/api/object/save-object', data: params }).then((res) => {
|
||||
if (res.status === 201) {
|
||||
alert(getMessage('stuff.detail.tempSave.message1'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user