|
@@ -294,6 +294,12 @@ export default { |
|
|
arr3.push(item) |
|
|
arr3.push(item) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
if(arr2.length==0&&arr3.length==0){ |
|
|
|
|
|
console.log('没改变') |
|
|
|
|
|
this.showVisible=false |
|
|
|
|
|
this.AgentPoollist(); |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
// console.log(arr2,'新增的数据'); |
|
|
// console.log(arr2,'新增的数据'); |
|
|
// console.log(arr3,'修改的'); |
|
|
// console.log(arr3,'修改的'); |
|
|
// console.log(this.arr); |
|
|
// console.log(this.arr); |
|
|