Browse Source

fix: change multiple select

DESKTOP-USV654P\pc 4 months ago
parent
commit
dfb29d8b01
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/MultiplePopup/src/components/MultipleSelect.vue

+ 0 - 1
src/components/MultiplePopup/src/components/MultipleSelect.vue

@@ -238,7 +238,6 @@
     () => {
       emit('getList', state.dataSourceList);
       if (!state.dataSourceList.length) return;
-      // console.log('dataSourceList', state.dataSourceList, props.selectedDataSource);
       initData();
       const seenIds = new Map();
       selectedList.value = selectedList.value.filter((item) => {