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