Commit 09914fec authored by dragondean@qq.com's avatar dragondean@qq.com

修复收货地区 不回显

parent 454231f8
......@@ -522,9 +522,9 @@
<div class="form-section" v-if="form.harvestMethod == 2">
<el-form-item :label="$t('收货地区')" prop="country">
<area-selector
:country="form.consigneeVO ? form.consigneeVO.country : undefined"
:province="form.consigneeVO ? form.consigneeVO.province : undefined"
:city="form.consigneeVO ? form.consigneeVO.city : undefined"
:country="form.country"
:province="form.province"
:city="form.city"
@countryChange="onAreaChange('country', $event)"
@provinceChange="onAreaChange('province', $event)"
@cityChange="onAreaChange('city', $event)"
......
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