@@ -332,7 +332,7 @@ export default {
handleBatchDel () {
const _this = this
if (!_this.rowSelectionInfo || (_this.rowSelectionInfo && _this.rowSelectionInfo.selectedRowKeys.length < 1)) {
- _this.$message.warning('请在选择要删除的产品后再进行批量操作!')
+ _this.$message.warning('请先选择要删除的产品后再进行批量操作!')
return
}
const obj = []