From 2a6563a6c14bc8fcc4a46e15e59e5c8faaad8887 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Apr 2022 17:19:49 +0800 Subject: [PATCH] BUG 29197 --- project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue index 8dc63284..f4c80d55 100644 --- a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue +++ b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue @@ -86,7 +86,10 @@ export default { submit() { this.$refs.DialogForm.validate(v => { if (v) { - this.instance.post("/app/apppartyfourlinkage/auditById", this.form).then(res => { + let {id, status, remark} = this.form + this.instance.post("/app/apppartyfourlinkage/auditById", null, { + params: {id, status, remark} + }).then(res => { if (res?.code == 0) { this.$message.success("提亀成功!") this.dialog = false