@@ -137,6 +137,13 @@
}
},
{
+ "path": "pages/statistics/history_gas_sealing",
+ "style": {
+ "navigationBarTitleText": "历史详情"
+
+ }
+ },
+ {
"path": "pages/bottom_leg/bottom_leg",
"style": {
"navigationBarTitleText": "底腿"
@@ -685,7 +685,7 @@
chooseNode(item) {
-
+ debugger
if (this.EngineeringValue == '民用工程') {
@@ -737,6 +737,17 @@
.stringify(
obj))
})
+ } else if (this.EngineeringValue == '带气封堵施工') {
+ this.nodeId = item.id;
+ let obj = {
+ id: this.nodeId,
+ type: '历史数据'
+ };
+ uni.navigateTo({
+ url: '/pages/statistics/history_gas_sealing?params=' + encodeURIComponent(JSON
+ .stringify(
+ obj))
+ })
showHistoryList() {
@@ -1421,7 +1432,7 @@
getHistoryByUserList(param).then(res => {
this.totalNum = res.data.total
if (res.code == '200') {