Commit c137d400 authored by qinj's avatar qinj

ddd

parent 174d8121
...@@ -362,11 +362,13 @@ extChannelType_SDK:this.formData.ExtChannelType_SDK} ...@@ -362,11 +362,13 @@ extChannelType_SDK:this.formData.ExtChannelType_SDK}
const add={customerDTO:cc,note:this.form.note,result:"approve"} const add={customerDTO:cc,note:this.form.note,result:"approve"}
ProcessApproval(add).then((resp)=>{ ProcessApproval(add).then((resp)=>{
this.$message.success("审批成功!") this.$message.success("审批成功!")
this.dialogFormVisible=false
}) })
}else{ }else{
const bdd={customerDTO:cc,note:this.form.note,result:"reject"} const bdd={customerDTO:cc,note:this.form.note,result:"reject"}
ProcessApproval(bdd).then((resp)=>{ ProcessApproval(bdd).then((resp)=>{
this.$message.success("退回成功!") this.$message.success("退回成功!")
this.dialogFormVisible=false
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment