hookehuyr

fix city_code 绑定值修改

1 <!-- 1 <!--
2 * @Date: 2023-03-29 15:27:02 2 * @Date: 2023-03-29 15:27:02
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-07-06 22:53:13 4 + * @LastEditTime: 2024-08-07 18:43:14
5 * @FilePath: /data-table/src/components/AreaPickerField/MyComponent.vue 5 * @FilePath: /data-table/src/components/AreaPickerField/MyComponent.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 27
28 <van-popup v-model:show="showPicker" position="bottom"> 28 <van-popup v-model:show="showPicker" position="bottom">
29 <van-area 29 <van-area
30 - v-model="props.city_code" 30 + v-model="city_code"
31 title="" 31 title=""
32 :area-list="areaList" 32 :area-list="areaList"
33 @confirm="onConfirm" 33 @confirm="onConfirm"
......