|
@@ -7782,7 +7782,7 @@ export default {
|
|
|
JSON.stringify(this.unitJson2[_unitIndex]) ==
|
|
|
JSON.stringify(this.unitJson[_unitIndex])
|
|
|
) {
|
|
|
- this.$refs.rightboxR.scrollTop = 0;
|
|
|
+ // this.$refs.rightboxR.scrollTop = 0;
|
|
|
return;
|
|
|
}
|
|
|
let cPan = 1;
|
|
@@ -7836,7 +7836,7 @@ export default {
|
|
|
delete this.unitJson[i].isUpdate;
|
|
|
}
|
|
|
}
|
|
|
- this.$refs.rightboxR.scrollTop = 0;
|
|
|
+ // this.$refs.rightboxR.scrollTop = 0;
|
|
|
this.addindex = -1;
|
|
|
let params = [
|
|
|
{
|