sunChengjie 1 年之前
父节点
当前提交
9eec732698
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/pages/newaddress.vue

+ 3 - 0
src/pages/newaddress.vue

@@ -290,6 +290,8 @@ export default {
 					label: item.address_name
 				}
 			})
+			this.valueB = ''
+			this.valueC = ''
 			this.valueA = label;
 			this.showPickerA = false;
 			this.columnsListA = cityList
@@ -302,6 +304,7 @@ export default {
 					label: item.address_name
 				}
 			})
+			this.valueC = ''
 			this.valueB = label;
 			this.showPickerB = false;
 			this.columnsListB = cityList