Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-12-08 14:40:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
256619b1ca41913c8d3437aec901be5ce6ae1177
256619b1
1 parent
5a03e8a6
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/AreaPickerField/index.vue
src/components/AreaPickerField/index.vue
View file @
256619b
<!--
* @Date: 2022-08-30 14:32:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-0
6 16:33:22
* @LastEditTime: 2022-12-0
8 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;
};
...
...
Please
register
or
login
to post a comment