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
2024-08-08 09:35:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e5bf0c5524c838e105f97a0536257d0ccee8ccc0
e5bf0c55
1 parent
6cf89297
fix city_code 绑定值修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/AreaPickerField/MyComponent.vue
src/components/AreaPickerField/MyComponent.vue
View file @
e5bf0c5
<!--
* @Date: 2023-03-29 15:27:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
7-06 22:53:13
* @LastEditTime: 2024-0
8-07 18:43:14
* @FilePath: /data-table/src/components/AreaPickerField/MyComponent.vue
* @Description: 文件描述
-->
...
...
@@ -27,7 +27,7 @@
<van-popup v-model:show="showPicker" position="bottom">
<van-area
v-model="
props.
city_code"
v-model="city_code"
title=""
:area-list="areaList"
@confirm="onConfirm"
...
...
Please
register
or
login
to post a comment