Commit 48a9af4a authored by yaya's avatar yaya

feat:去除删除强提醒

parent 08f0075d
...@@ -392,11 +392,6 @@ export default { ...@@ -392,11 +392,6 @@ export default {
}, },
// 删除 // 删除
handleDelete() { handleDelete() {
this.$confirm('删除后不可恢复!', '是否要删除该藏品?', {
confirmButtonText: '删除',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
const params = { const params = {
id: this.goodsParams.id id: this.goodsParams.id
} }
...@@ -417,7 +412,6 @@ export default { ...@@ -417,7 +412,6 @@ export default {
message: response.data.errmsg || '请求失败' message: response.data.errmsg || '请求失败'
}) })
}) })
})
}, },
// 取消,回到钱币列表页 // 取消,回到钱币列表页
handleCancel() { handleCancel() {
......
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