guhongwei hace 5 años
padre
commit
b956b0bd58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 });
     },
   },
 };