This commit is contained in:
李志鹏
2026-04-17 10:17:03 +08:00
parent 91cfcd7e40
commit ce6522ef90
3 changed files with 12 additions and 7 deletions

View File

@@ -96,7 +96,8 @@
const onSubmit = () => {
brandInfoRef.value
.submit()
.then(() => {
.then((res) => {
console.log(res)
isEdit.value = false
})
.catch(() => {})