|
@@ -315,7 +315,7 @@ export default {
|
|
|
}
|
|
|
if (this.selectedRowKeys.length == 0) {
|
|
|
this.$message.error('请选择数据');
|
|
|
- } else if(this.selectedRows !== 1 && this.error.length !==0){
|
|
|
+ } else if(this.selectedRows.length !== 1 && this.error.length !==0){
|
|
|
var cc =this.error.toString()
|
|
|
this.$message.error(cc+'必须相同!');
|
|
|
this.error = []
|