运费模板修改

master
cl 5 years ago
parent 24fab6cad9
commit fa44c3fb9b

@ -111,7 +111,7 @@ import AddOrUpdate from './transport-add-or-update'
deleteHandle(id) { deleteHandle(id) {
var ids = id ? [id] : this.dataListSelections.map(item => {return item.transportId} var ids = id ? [id] : this.dataListSelections.map(item => {return item.transportId}
) )
this.$confirm(`确定对[id=${ids.join(',')}]进行[${id ? '删除' : '批量删除'}]操作?`, '提示', this.$confirm(`确定进行[${id ? '删除' : '批量删除'}]操作?`, '提示',
{ {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
@ -135,9 +135,7 @@ import AddOrUpdate from './transport-add-or-update'
} }
) )
}) })
}) }).catch(() => {}
.
catch(() = > {}
) )
}, },

Loading…
Cancel
Save