Browse Source

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

Li Kui 1 year ago
parent
commit
0f2c2eabd6
1 changed files with 0 additions and 1 deletions
  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) {
       function handleChange(_, ...args) {
-        emit('change', ...args);
         emitData.value = args;
         emitData.value = args;
       }
       }