Commit 9fd6d421 authored by zhangsan's avatar zhangsan

1

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