@@ -210,9 +210,7 @@ export default {
},
watch: {
dialogVisible(val) {
- if(!val) {
- this.$refs.appealFormRef && this.$refs.appealFormRef.resetFields()
- }
+ this.$refs.appealFormRef && this.$refs.appealFormRef.resetFields()
}
};