Commit ab31343d authored by dragondean@qq.com's avatar dragondean@qq.com

修复黑名单路线修改错误

parent cca9a356
...@@ -676,7 +676,7 @@ export default { ...@@ -676,7 +676,7 @@ export default {
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */
handleUpdate(row) { handleUpdate(row) {
return this.$router.push('product-price/edit?id=' + row.id) return this.$router.push('product-price/edit?action=update&id=' + row.id)
}, },
updateStatus(row, type) { updateStatus(row, type) {
......
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