|
@@ -33,8 +33,8 @@
|
|
|
</el-select>
|
|
|
</el-form-item> -->
|
|
|
<!-- <el-form-item label="工程类型" prop="enginType">
|
|
|
- <el-select
|
|
|
- v-model="currentEnginType"
|
|
|
+ <el-select
|
|
|
+ v-model="currentEnginType"
|
|
|
placeholder="请选择工程类型"
|
|
|
@change="enginTypeHasChanged"
|
|
|
>
|
|
@@ -54,8 +54,8 @@
|
|
|
</el-cascader>
|
|
|
</el-form-item>
|
|
|
<!-- <el-form-item label="工程节点">
|
|
|
- <el-select
|
|
|
- v-model="enginClassification"
|
|
|
+ <el-select
|
|
|
+ v-model="enginClassification"
|
|
|
placeholder="请选择工程节点"
|
|
|
>
|
|
|
<el-option
|
|
@@ -333,7 +333,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
|
|
|
- return
|
|
|
+ return
|
|
|
// 拿到当前所选择的节点info
|
|
|
const nodeItem = this.dict.type.engineering_infrastructure.find(e => e.label == this.currentNode[el.index -1])
|
|
|
this.currentPickedNode = nodeItem
|
|
@@ -479,8 +479,8 @@ export default {
|
|
|
this.params.zEngineeringNodeBo = {}
|
|
|
this.params.zEngineeringNodeBo.zEngineeringInfoBo = this.zEngineeringInfoBo
|
|
|
this.params.zEngineeringNodeBo.type = this.nodeType
|
|
|
+ this.params.zEngineeringNodeBo.zEngineeringInfoBo.zEngineeringMaterialBo = []
|
|
|
updateEngineeringDangerous(this.params).then(res => {
|
|
|
- console.log('危险________',res)
|
|
|
if(res.code == 200){
|
|
|
this.$message({
|
|
|
message: '修改成功',
|