Commit 3b17228b authored by 332784038@qq.com's avatar 332784038@qq.com

bug1274 [货币汇率] 新增窗口不立即验证

parent d0030769
...@@ -156,6 +156,7 @@ export default Vue.extend({ ...@@ -156,6 +156,7 @@ export default Vue.extend({
} }
}, },
open() { open() {
this.$nextTick(() => this.$refs['form'].clearValidate())
}, },
close() { close() {
this.$emit('update:visible', false) this.$emit('update:visible', false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment