Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-30 14:32:11 | 2 | * @Date: 2022-08-30 14:32:11 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-12-06 16:33:22 | 4 | + * @LastEditTime: 2022-12-08 14:39:54 |
| 5 | * @FilePath: /data-table/src/components/AreaPickerField/index.vue | 5 | * @FilePath: /data-table/src/components/AreaPickerField/index.vue |
| 6 | * @Description: 省市区选择控件 | 6 | * @Description: 省市区选择控件 |
| 7 | --> | 7 | --> |
| ... | @@ -73,7 +73,6 @@ const onConfirm = ({ selectedOptions }) => { | ... | @@ -73,7 +73,6 @@ const onConfirm = ({ selectedOptions }) => { |
| 73 | }, | 73 | }, |
| 74 | }; | 74 | }; |
| 75 | emit("active", props.item.value); | 75 | emit("active", props.item.value); |
| 76 | - console.warn(props.item.value); | ||
| 77 | showPicker.value = false; | 76 | showPicker.value = false; |
| 78 | }; | 77 | }; |
| 79 | 78 | ... | ... |
-
Please register or login to post a comment