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