|
|
@ -119,7 +119,7 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-footer style="height:31px;margin-top: 50px;text-align:center"> |
|
|
<el-footer style="height:31px;margin-top: 50px;text-align:center"> |
|
|
<el-button type="primary" @click="saveEamObject()">保存</el-button> |
|
|
<el-button type="primary" @click="saveEamObject()">保存</el-button> |
|
|
<el-button type="primary" @click="closeDialog">关闭</el-button> |
|
|
|
|
|
|
|
|
<el-button type="primary" @click="visible = false">关闭</el-button> |
|
|
</el-footer> |
|
|
</el-footer> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<!--列表的组件--> |
|
|
<!--列表的组件--> |
|
|
@ -362,7 +362,7 @@ export default { |
|
|
// 关闭modal |
|
|
// 关闭modal |
|
|
closeDialog () { |
|
|
closeDialog () { |
|
|
// 刷新报工的页面 |
|
|
// 刷新报工的页面 |
|
|
// this.$emit('refreshPageTables') |
|
|
|
|
|
|
|
|
this.$emit('refreshPageTables') |
|
|
// 关闭当前的页面 |
|
|
// 关闭当前的页面 |
|
|
this.visible = false |
|
|
this.visible = false |
|
|
}, |
|
|
}, |
|
|
|