Commit 9fd6d421 authored by zhangsan's avatar zhangsan

1

parent 9875c971
......@@ -369,13 +369,12 @@ export default {
inputPattern: /.*/,
inputErrorMessage: '驳回理由不能为空!'
}).then(({ value }) => {
console.log(1111)
request({
url: '/ops/withdraw/pass/withdraw',
method: 'post',
data: {
withdrawId: row.withdrawId,
reamke: value
remark: value
}
}).then((res) => {
this.$message({
......
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