Explorar o código

fix(ApiSelect): BasicForm emit ield-value-change twice

Li Kui hai 1 ano
pai
achega
0f2c2eabd6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/Form/src/components/ApiSelect.vue

+ 0 - 1
src/components/Form/src/components/ApiSelect.vue

@@ -145,7 +145,6 @@
       }
 
       function handleChange(_, ...args) {
-        emit('change', ...args);
         emitData.value = args;
       }