style:样式
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -240,7 +240,7 @@ export default { | ... | @@ -240,7 +240,7 @@ export default { |
240 | this.$refs['ruleForm'].resetFields(); | 240 | this.$refs['ruleForm'].resetFields(); |
241 | }, | 241 | }, |
242 | submitForm () { | 242 | submitForm () { |
243 | this.$refs['ruleForm'].validate((valid) => { | 243 | this.$refs['ruleForm.'].validate((valid) => { |
244 | if (valid) { | 244 | if (valid) { |
245 | this.$emit("input", false); | 245 | this.$emit("input", false); |
246 | } else { | 246 | } else { | ... | ... |
-
Please register or sign in to post a comment