|
|
@@ -135,7 +135,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 添加或修改教育培训计划对话框 -->
|
|
|
- <DialogCom :title="title" :visible.sync="open" width="800px" height="800px" append-to-body @close="clear">
|
|
|
+ <DialogCom :title="title" :visible.sync="open" :close="cancel" width="800px" height="800px" append-to-body @close="clear">
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
@@ -446,6 +446,7 @@ export default {
|
|
|
this.open = false;
|
|
|
this.reset();
|
|
|
this.$refs['orgTreeSelect'].clear();
|
|
|
+ this.$refs["upload"].clearFiles();
|
|
|
},
|
|
|
// 表单重置
|
|
|
reset() {
|