guhongwei 5 năm trước cách đây
mục cha
commit
b956b0bd58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/layout/enterprise/duijiecontext.vue

+ 1 - 1
src/layout/enterprise/duijiecontext.vue

@@ -71,7 +71,7 @@ export default {
     },
     changeshenge(value) {
       console.log(value);
-            this.$emit('placesubmit', { value});
+      this.$emit('placesubmit', { value });
     },
   },
 };