Commit 34155f97 by fuqiang

【商家端】商品列表 -删除商品

parent e050452c
...@@ -146,7 +146,9 @@ ...@@ -146,7 +146,9 @@
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(function () { }).then(function () {
return delObj(row.id) return delObj({
ids:row.id
})
}).then(data => { }).then(data => {
this.$message.success('删除成功') this.$message.success('删除成功')
this.getList(this.page) this.getList(this.page)
......
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