Commit f9f8ba7f authored by liuzeheng's avatar liuzeheng

去掉alert

parent 3e29bccd
......@@ -722,7 +722,7 @@
}).then(() => {
let productPriceIds = this.ids.join(',')
alert(this.$route.query.id)
let productId = this.$route.query.id
let data = {productPriceIds:productPriceIds,productId:productId}
copyPriceByProductIds(data).then(res => {
......
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