|
@@ -237,7 +237,7 @@ export default {
|
|
|
'self_closing_valve_type',
|
|
|
|
|
|
],
|
|
|
- props: ['currentCollapses','nodeDetailType','enginType','status'],
|
|
|
+ props: ['currentCollapses','nodeDetailType','enginType','status','zEngineeringNodeBo'],
|
|
|
data() {
|
|
|
return {
|
|
|
currentDicts: [], // 当前类型工程节点项
|
|
@@ -329,7 +329,8 @@ export default {
|
|
|
// 提交审核
|
|
|
checkingSubmit(){
|
|
|
try {
|
|
|
- this.checkingInfo.engInfoId = this.currentCollapses[0].id
|
|
|
+ console.log(this.currentCollapses[0])
|
|
|
+ this.checkingInfo.engInfoId = this.zEngineeringNodeBo.id
|
|
|
} catch (error) {
|
|
|
this.checkingInfo.engInfoId = null
|
|
|
}
|