转交 审核

This commit is contained in:
shijingjing
2022-05-19 17:38:34 +08:00
parent a766a732b9
commit e3f8916911
4 changed files with 216 additions and 225 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')