Commit 4d1c7d15 by lichengming

修改了委托单管理的历史记录删除按钮

parent 3b826936
......@@ -82,6 +82,11 @@ export default {
type: 'ios-clock',
id: '',
name: '操作日志'
},
{
type: 'md-trash',
id: '',
name: '删除'
}
],
formObj: {
......@@ -236,7 +241,7 @@ export default {
}
},
_delete: async function(ids) {
const result = await soilAptitude.deleteById(ids)
const result = await soilEntrust.deleteById(ids)
if (result) {
this._formSearch()
this.$Message.success('删除成功!')
......
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