@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1653552547775
+ "version": 1653553276845
}
@@ -365,7 +365,7 @@ export default {
},
// 批量操作
handleOutbounds (type) {
- if (!this.rowSelectionInfo || (this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length < 0)) {
+ if (!this.rowSelectionInfo || (this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length <= 0)) {
this.$message.warning('请在列表勾选后再进行批量操作!')
return
@@ -291,7 +291,8 @@ export default {
+ console.log(this.rowSelectionInfo && this.rowSelectionInfo.selectedRowKeys.length)