BUG 28294

This commit is contained in:
aixianling
2022-03-17 15:58:45 +08:00
parent c215323dd1
commit 4e4263b2d1

View File

@@ -447,6 +447,8 @@ export default {
}
})
} else this.$u.toast(res?.msg || "提交失败,请联系管理员")
}).catch(err => {
this.$u.toast(err || "提交失败,请联系管理员")
})
},
handleSelectResident(resident, item) {