提交 82ef91ce 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

修改交互逻辑

See merge request !109
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
}, },
externalData: { externalData: {
type: Object, type: Object,
default:() => null default:() => {}
} }
}, },
data() { data() {
......
...@@ -270,7 +270,13 @@ export default { ...@@ -270,7 +270,13 @@ export default {
hospitalId: '', hospitalId: '',
projectEquityNo: '', projectEquityNo: '',
yunOrderNo: '', yunOrderNo: '',
externalData: {}, externalData: {
latitude: '',
longitude:'',
provinceId: '',
countyId: '',
cityId: '',
},
isDisabled: false, isDisabled: false,
stock: false, stock: false,
buttonStatus: false, buttonStatus: false,
...@@ -519,6 +525,7 @@ export default { ...@@ -519,6 +525,7 @@ export default {
this.externalData.provinceId = values[0].id; this.externalData.provinceId = values[0].id;
this.externalData.countyId = values[2].id; this.externalData.countyId = values[2].id;
this.externalData.cityId = values[1].id; this.externalData.cityId = values[1].id;
console.log('confirm1', this.externalData);
this.showArea = false; this.showArea = false;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册