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