This commit is contained in:
changjinpeng
2022-03-18 14:16:19 +08:00
parent 09471d8b1a
commit b5f8ce5c19
2 changed files with 9 additions and 5 deletions

View File

@@ -205,8 +205,11 @@ export default {
}, 600)
}
})
.catch(() => {
this.$u.toast('新增失败')
})
} else {
this.$u.toast('失败')
this.$u.toast('新增失败')
}
})
},