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

修改关闭接口,参数变更

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