This commit is contained in:
yanran200730
2022-05-20 09:07:00 +08:00
5 changed files with 199 additions and 556 deletions

View File

@@ -139,7 +139,7 @@ export default {
params = {...this.forms}
}
params.id = this.id
this.$http.post(url, params).then((res) => {
this.$http.post(url, form).then((res) => {
if (res?.code == 0) {
this.$u.toast(successText)
uni.$emit('update')