hookehuyr

fix

<!--
* @Date: 2022-08-30 14:32:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-06 16:33:22
* @LastEditTime: 2022-12-08 14:39:54
* @FilePath: /data-table/src/components/AreaPickerField/index.vue
* @Description: 省市区选择控件
-->
......@@ -73,7 +73,6 @@ const onConfirm = ({ selectedOptions }) => {
},
};
emit("active", props.item.value);
console.warn(props.item.value);
showPicker.value = false;
};
......