|
@@ -168,7 +168,7 @@
|
|
|
@pagination="getList"
|
|
|
/>
|
|
|
<!-- 添加或修改民用工程对话框 -->
|
|
|
- <el-dialog :title="title" :visible.sync="open" width="500" append-to-body custom-class="addDialog">
|
|
|
+ <el-dialog :title="title" ref="nodeForm" :visible.sync="open" width="500" append-to-body custom-class="addDialog" @close="onClose">
|
|
|
<el-form ref="form" :model="queryParams" :rules="rules" label-width="110px">
|
|
|
|
|
|
<el-row>
|
|
@@ -399,8 +399,6 @@ export default {
|
|
|
'number', // 数量
|
|
|
],
|
|
|
'constructTime', // 施工时间
|
|
|
- 'constructAccordingDrawings', // 是否按图纸施工
|
|
|
- 'segmentedCompressionQualified', // 分段打压
|
|
|
'zEngiineeringPhotoBoList', // 照片
|
|
|
'remark', // 施工内容
|
|
|
]
|
|
@@ -795,6 +793,12 @@ export default {
|
|
|
this.currentEnginTypeChangeOptions = res.data
|
|
|
})
|
|
|
},
|
|
|
+ onClose(){
|
|
|
+ console.log(this.currentCheckList)
|
|
|
+ this.currentCheckList = []
|
|
|
+ this.checkList =[]
|
|
|
+ this.$refs.nodeForm.resetFields()
|
|
|
+ },
|
|
|
closeToSucceed() {
|
|
|
this.open = false;
|
|
|
},
|