|
@@ -170,6 +170,7 @@
|
|
width="450px"
|
|
width="450px"
|
|
:visible.sync="showEditDialog"
|
|
:visible.sync="showEditDialog"
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
|
|
+ @close="dialogBeforeClose"
|
|
>
|
|
>
|
|
<el-form
|
|
<el-form
|
|
ref="editRef"
|
|
ref="editRef"
|
|
@@ -371,6 +372,9 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ dialogBeforeClose() {
|
|
|
|
+ this.$refs.editRef.clearValidate();
|
|
|
|
+ },
|
|
getExamList() {
|
|
getExamList() {
|
|
this.$httpWithMsg
|
|
this.$httpWithMsg
|
|
.get(
|
|
.get(
|