矛盾调解
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
||||
params = {...this.forms}
|
||||
}
|
||||
params.id = this.id
|
||||
this.$http.post(url, form).then((res) => {
|
||||
this.$http.post(url, params).then((res) => {
|
||||
if (res?.code == 0) {
|
||||
this.$u.toast(successText)
|
||||
uni.$emit('update')
|
||||
|
||||
Reference in New Issue
Block a user