Commit 657430ec authored by 李苏's avatar 李苏 💬

修改关闭接口,参数变更

parent d708ebe6
...@@ -137,8 +137,10 @@ ...@@ -137,8 +137,10 @@
value value
}) => { }) => {
if (value) { if (value) {
this.$post('wms/rkgl/sjtz/close/sjtzmx', { this.$post('wms/rkgl/sjtz/batchClose/sjtzmx', {
id: ctx.singleItem.id, datas:[{
id: ctx.singleItem.id
}],
gbyy:value gbyy:value
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
......
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