@@ -181,6 +181,7 @@ export default {
const _this = this
if (!this.rowSelectionInfo || (this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length < 1)) {
this.$message.warning('请在列表勾选后再进行操作!')
+ return
}
const arr = []
_this.rowSelectionInfo.selectedRows.forEach(item => {
@@ -185,6 +185,7 @@ export default {