fix
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
const onSubmit = () => {
|
||||
brandInfoRef.value
|
||||
.submit()
|
||||
.then(() => {
|
||||
.then((res) => {
|
||||
console.log(res)
|
||||
isEdit.value = false
|
||||
})
|
||||
.catch(() => {})
|
||||
|
||||
Reference in New Issue
Block a user