Commit 59f1395f authored by jiaxu.yan's avatar jiaxu.yan

feat(代码风格解释说明): 代码风格解释说明

parent 944654c1
......@@ -145,4 +145,10 @@ this.model.fetch( // 根据id获取单条数据
(err) => { //失败回调
}
)
// 根据id删除数据
this.model.uuid = id
this.model.destroy(() => { //成功回调
this.refreshList = true
this.$message.success('删除成功')
})
```
\ No newline at end of file
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