BUG 29197
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user