wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
13121c2491
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/save-form/index.vue

+ 1 - 1
src/components/save-form/index.vue

@@ -42,9 +42,9 @@ export default {
       })
     },
     resetFields() {
+      this.$refs.form.resetFields()
       this.searchs.update(this.model, undefined, 'form')
       this.searchs.update({}, undefined, 'page')
-      this.$refs.form.resetFields()
     }
   },
 }