remove console
This commit is contained in:
@@ -19104,11 +19104,9 @@ const _sfc_main$E = defineComponent({
|
||||
let set = /* @__PURE__ */ new Set();
|
||||
for (let i of props.list) {
|
||||
set.add(i[props.soulkey]);
|
||||
console.log(i, i[props.soulkey]);
|
||||
}
|
||||
alllist.value = Array.from(set);
|
||||
list.value = alllist.value;
|
||||
console.log(list.value);
|
||||
}, { deep: true });
|
||||
const seltext = ref("");
|
||||
watch(seltext, () => {
|
||||
|
||||
Reference in New Issue
Block a user