|
@@ -268,7 +268,7 @@
|
|
if ('params' in options) {
|
|
if ('params' in options) {
|
|
let e = JSON.parse(decodeURIComponent(options.params));
|
|
let e = JSON.parse(decodeURIComponent(options.params));
|
|
this.nodeId = e.id;
|
|
this.nodeId = e.id;
|
|
- this.type = e.type;
|
|
|
|
|
|
+ this.type = e.type=='沟上施工'?'trench_construction':'underditch_construction';
|
|
getHistoryMunicipalDetails(this.nodeId, this.type).then(response => {
|
|
getHistoryMunicipalDetails(this.nodeId, this.type).then(response => {
|
|
if (response.data.zEngineeringNodeBo != null) {
|
|
if (response.data.zEngineeringNodeBo != null) {
|
|
this.hideButton = false;
|
|
this.hideButton = false;
|