Browse Source

更新展会管理

guhongwei 5 năm trước cách đây
mục cha
commit
bb9b58e57a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {