矛盾调解

This commit is contained in:
shijingjing
2022-08-18 16:28:40 +08:00
parent d9424432f0
commit 53db0bd3b1

View File

@@ -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')