|
|
@@ -44,7 +44,7 @@
|
|
|
<mt-field readonly aria-haspopup="true" aria-expanded="false"
|
|
|
placeholder="注册地址"
|
|
|
v-model="valid.regAddress"
|
|
|
- @click.native="chooseAddress(choose)"></mt-field>
|
|
|
+ @click.native="chooseAddress('choose')"></mt-field>
|
|
|
<i class="fa fa-map-marker fa-p"></i>
|
|
|
</div>
|
|
|
<div class="form-btn">
|
|
|
@@ -89,8 +89,9 @@
|
|
|
})
|
|
|
},
|
|
|
// 获取地址
|
|
|
- chooseAddress (type) {
|
|
|
- this.$emit('stepEvent', type)
|
|
|
+ chooseAddress (step) {
|
|
|
+ console.log(step)
|
|
|
+ this.$emit('stepEvent', step)
|
|
|
},
|
|
|
// 验证企业名称
|
|
|
validateSpaceName () {
|