hookehuyr

fix

<!--
* @Date: 2022-08-30 13:46:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-01 09:12:24
* @LastEditTime: 2023-02-10 15:34:39
* @FilePath: /data-table/src/components/PickerField/index.vue
* @Description: 单列选择器组件
-->
......@@ -61,9 +61,9 @@ const showPicker = ref(false);
const onConfirm = ({ selectedOptions }) => {
props.item.value = selectedOptions[0]?.value;
showPicker.value = false;
if (add_info_key.value === props.item.value) {
has_add_info.value = true;
}
// if (add_info_key.value === props.item.value) {
// has_add_info.value = true;
// }
};
// 隐藏显示
const HideShow = computed(() => {
......