Commit dceff943 authored by zhanglw's avatar zhanglw

调整

parent cadd7cd2
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
}) })
} }
HttpReq.backstageApi.batchInformationProcessing({ HttpReq.backstageApi.batchInformationProcessing({
ids: row ? [row.productId] : this.multipleSelection.map(item => { return item.productId }) ids: row ? [row.informationId] : this.multipleSelection.map(item => { return item.informationId })
}).then((res) => { }).then((res) => {
this.$notify({ this.$notify({
title: res.msg, title: res.msg,
......
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