Explorar el Código

更新展会管理

guhongwei hace 4 años
padre
commit
bb9b58e57a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/dock/applyForm.vue

+ 1 - 1
src/layout/dock/applyForm.vue

@@ -65,7 +65,7 @@ export default {
       this.$emit('onSubmit', { data: this.form });
     },
     restBtn() {
-      this.$emit('restBtn', { data: this.form });
+      this.$emit('restBtn');
     },
   },
   computed: {