提交 8762cb3d 编写于 作者: guangjun.yang's avatar guangjun.yang

根据位置信息获取省

上级 9bc8f277
...@@ -132,6 +132,8 @@ export default { ...@@ -132,6 +132,8 @@ export default {
this.POST("aggregate/cme/convertLocationToProvinceId", param).then(res => { this.POST("aggregate/cme/convertLocationToProvinceId", param).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
this.getCardInfoByProvinceId(res.data || 0); this.getCardInfoByProvinceId(res.data || 0);
} else {
this.getCardInfoByProvinceId(0);
} }
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册