Commit 7a6168ac authored by Smile's avatar Smile Committed by wux

fix:添加收货人页面没有做刷新清空字段值,回显了编辑收货人页面的信息

parent 62c10c7d
...@@ -466,7 +466,7 @@ ...@@ -466,7 +466,7 @@
<view class="corder-v5-label"><span class="redcolor">*</span>{{$lang.lang.create.date}}</view> <view class="corder-v5-label"><span class="redcolor">*</span>{{$lang.lang.create.date}}</view>
<picker mode="date" class="date-picker" :value="date" :start="startDate" :end="endDate" @change="bindDateChange"> <picker mode="date" class="date-picker" :value="date" :start="startDate" :end="endDate" @change="bindDateChange">
<view class="uni-input">{{params.deliveryDate ? params.deliveryDate.split(" ")[0] : $lang.lang.create.choose}}</view> <view class="uni-input">{{params.deliveryDate ? params.deliveryDate.split(" ")[0] : $lang.lang.create.choose}}</view>
</picker> </picker>
<image class="rgt" src="../../static/img/rgt.png" mode="widthFix"></image> <image class="rgt" src="../../static/img/rgt.png" mode="widthFix"></image>
</view> </view>
...@@ -1153,7 +1153,13 @@ export default { ...@@ -1153,7 +1153,13 @@ export default {
page:1, page:1,
conForm:{ conForm:{
dialCode:'', dialCode:'',
id:0 id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
}, },
date: '', date: '',
time:'00:00', time:'00:00',
...@@ -2540,7 +2546,13 @@ export default { ...@@ -2540,7 +2546,13 @@ export default {
closeInsertCon(){ closeInsertCon(){
this.conForm = { this.conForm = {
dialCode:this.config.countrySn.value[0], dialCode:this.config.countrySn.value[0],
id:0 id:0,
name: '',
nameEn: '',
phone: '',
email: '',
company: '',
companyEn: '',
} }
this.$refs.insertCon.close() this.$refs.insertCon.close()
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment