|
@@ -351,7 +351,7 @@ export default {
|
|
|
// 确认批量修改价格
|
|
|
importOk (data) {
|
|
|
this.spinning = true
|
|
|
- updateBatchUpdatePrice({ detailList: data, salesReturnBillSn: this.orderSn }).then(res => {
|
|
|
+ updateBatchUpdatePrice(data).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.resetSearchForm(false)
|
|
|
this.$message.info(res.message)
|