|
@@ -432,6 +432,7 @@
|
|
<ConstructionDetails
|
|
<ConstructionDetails
|
|
ref="ConstructionDetails"
|
|
ref="ConstructionDetails"
|
|
:currentCollapses="currentCollapses"
|
|
:currentCollapses="currentCollapses"
|
|
|
|
+ :zEngineeringNodeBo="zEngineeringNodeBo"
|
|
:type="nodeDetailType"
|
|
:type="nodeDetailType"
|
|
@updateNodeOption="updateNodeOption"
|
|
@updateNodeOption="updateNodeOption"
|
|
@checkWorking="checkWorking"
|
|
@checkWorking="checkWorking"
|
|
@@ -856,6 +857,7 @@ export default {
|
|
completionStatus: undefined,
|
|
completionStatus: undefined,
|
|
enginClassification: undefined,
|
|
enginClassification: undefined,
|
|
imgUrl: undefined,
|
|
imgUrl: undefined,
|
|
|
|
+ zEngineeringNodeBo:{},
|
|
zEngineeringNodeBoList: {
|
|
zEngineeringNodeBoList: {
|
|
type: undefined,
|
|
type: undefined,
|
|
zEngineeringInfoBo: {
|
|
zEngineeringInfoBo: {
|
|
@@ -1076,6 +1078,7 @@ export default {
|
|
try {
|
|
try {
|
|
this.updateParams = res.data
|
|
this.updateParams = res.data
|
|
this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
|
|
this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
|
|
|
|
+ this.zEngineeringNodeBo=res.data.zEngineeringNodeBo
|
|
} catch (error) {
|
|
} catch (error) {
|
|
this.currentCollapses = [];
|
|
this.currentCollapses = [];
|
|
}
|
|
}
|
|
@@ -1373,6 +1376,7 @@ export default {
|
|
type: 'success'
|
|
type: 'success'
|
|
});
|
|
});
|
|
this.open = false
|
|
this.open = false
|
|
|
|
+ this.getList()
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
this.currentCheckList = []
|
|
this.currentCheckList = []
|
|
// this.$emit('closeToSucceed')
|
|
// this.$emit('closeToSucceed')
|
|
@@ -1386,13 +1390,13 @@ export default {
|
|
type: 'success'
|
|
type: 'success'
|
|
});
|
|
});
|
|
this.open = false
|
|
this.open = false
|
|
|
|
+ this.getList()
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
this.currentCheckList = []
|
|
this.currentCheckList = []
|
|
// this.$emit('closeToSucceed')
|
|
// this.$emit('closeToSucceed')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
return
|
|
return
|
|
getDictList({enginType: ['new_built', 'old_renovation']}).then(res => {
|
|
getDictList({enginType: ['new_built', 'old_renovation']}).then(res => {
|
|
this.nodeList = res.data
|
|
this.nodeList = res.data
|
|
@@ -1435,7 +1439,7 @@ export default {
|
|
this.reset();
|
|
this.reset();
|
|
const id = row.id || this.ids
|
|
const id = row.id || this.ids
|
|
getEngineeringCivil(id).then(res => {
|
|
getEngineeringCivil(id).then(res => {
|
|
- debugger
|
|
|
|
|
|
+
|
|
that.loading = false;
|
|
that.loading = false;
|
|
// let newData = res.data
|
|
// let newData = res.data
|
|
// // 手动调用行政区发生改变
|
|
// // 手动调用行政区发生改变
|
|
@@ -1456,7 +1460,6 @@ export default {
|
|
updateEngineeringCivil(this.form).then(response => {
|
|
updateEngineeringCivil(this.form).then(response => {
|
|
this.$modal.msgSuccess("修改成功");
|
|
this.$modal.msgSuccess("修改成功");
|
|
this.open = false;
|
|
this.open = false;
|
|
- debugger
|
|
|
|
this.getList();
|
|
this.getList();
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
this.buttonLoading = false;
|
|
this.buttonLoading = false;
|