|
@@ -903,8 +903,7 @@
|
|
|
|
|
|
// 上拉加载
|
|
|
onReachBottom() {
|
|
|
- if (this.pageNum * 10 >= this.totalNum) {
|
|
|
- } else {
|
|
|
+ if (this.pageNum * 10 >= this.totalNum) {} else {
|
|
|
this.$refs.pullScroll.showUpLoading();
|
|
|
this.pageNum++;
|
|
|
this.requestData();
|
|
@@ -1184,6 +1183,17 @@
|
|
|
.stringify(
|
|
|
obj))
|
|
|
})
|
|
|
+ } else if (this.nodeType == 'pressure_regulating') { //调压柜
|
|
|
+
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/statistics/historyDetailsCourtyard?params=' + encodeURIComponent(
|
|
|
+ JSON
|
|
|
+ .stringify(
|
|
|
+ obj))
|
|
|
+ })
|
|
|
+ this.handleHiddenShare();
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
} else if (this.EngineeringValue == '顶管工程') {
|
|
|
let obj = {
|