commit
This commit is contained in:
@@ -182,7 +182,7 @@ export default {
|
|||||||
},
|
},
|
||||||
page () {
|
page () {
|
||||||
this.spinShow = true
|
this.spinShow = true
|
||||||
this.$http.get('lawss/sarItemsCompareHis/page', {
|
this.$http.get('lawss/sarStandItemsCompareHis/page', {
|
||||||
page: this.splitInfoPage,
|
page: this.splitInfoPage,
|
||||||
pageSize: this.splitInfoPageSize,
|
pageSize: this.splitInfoPageSize,
|
||||||
standHisId: JSON.parse(this.$route.query.row).id
|
standHisId: JSON.parse(this.$route.query.row).id
|
||||||
|
|||||||
@@ -93,7 +93,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-dialog :visible.sync="resultModal" title="比对结果" width="80%" class="standerModal">
|
<el-dialog :visible.sync="resultModal" title="比对结果" width="80%" class="standerModal">
|
||||||
<div class="standerModal-content">
|
<div class="standerModal-content">
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
@@ -109,7 +108,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<loading :loading="spinShow">数据加载中……</loading>
|
<loading :loading="spinShow">数据加载中……</loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -517,7 +515,7 @@ export default {
|
|||||||
return el.offsetTop - el.parentNode.offsetTop;
|
return el.offsetTop - el.parentNode.offsetTop;
|
||||||
}
|
}
|
||||||
const offsetTop = getElementTop(domId)
|
const offsetTop = getElementTop(domId)
|
||||||
/*$('#contentLeft').children('.wrap-right').animate({scrollTop: offsetTop},500)*/
|
$('#contentLeft').children('.wrap-right').animate({scrollTop: offsetTop},500)
|
||||||
},
|
},
|
||||||
|
|
||||||
handleRightTreeClick(treeId, treeNode) {
|
handleRightTreeClick(treeId, treeNode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user