|
@@ -291,7 +291,8 @@ export default {
|
|
|
},
|
|
|
// 批量操作
|
|
|
handleOutbounds (type) {
|
|
|
- if (!this.rowSelectionInfo || (this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length < 0)) {
|
|
|
+ console.log(this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length)
|
|
|
+ if (!this.rowSelectionInfo || (this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length <= 0)) {
|
|
|
this.$message.warning('请在列表勾选后再进行批量操作!')
|
|
|
return
|
|
|
}
|