|
@@ -114,7 +114,7 @@
|
|
villageIndex2: 0,
|
|
villageIndex2: 0,
|
|
buildIndex: 0,
|
|
buildIndex: 0,
|
|
unitIndex: 0,
|
|
unitIndex: 0,
|
|
- villageList: [{
|
|
|
|
|
|
+ villageList: /* [{
|
|
name: '小区001'
|
|
name: '小区001'
|
|
}, {
|
|
}, {
|
|
name: '小区002'
|
|
name: '小区002'
|
|
@@ -122,7 +122,7 @@
|
|
name: '小区003'
|
|
name: '小区003'
|
|
}, {
|
|
}, {
|
|
name: '小区004'
|
|
name: '小区004'
|
|
- }],
|
|
|
|
|
|
+ }] */,
|
|
specificationList: [{
|
|
specificationList: [{
|
|
name: '规格001'
|
|
name: '规格001'
|
|
}, {
|
|
}, {
|
|
@@ -254,10 +254,10 @@
|
|
// this.getDicts("district").then(response =>{
|
|
// this.getDicts("district").then(response =>{
|
|
// // this.xxx=response.data
|
|
// // this.xxx=response.data
|
|
// })
|
|
// })
|
|
- // getAreaList().then(res => {
|
|
|
|
- // debugger
|
|
|
|
- // console.log(res)
|
|
|
|
- // })
|
|
|
|
|
|
+ getAreaList().then(res => {
|
|
|
|
+ villageList=res;
|
|
|
|
+
|
|
|
|
+ })
|
|
// getBuildingList('100').then(res => {
|
|
// getBuildingList('100').then(res => {
|
|
// debugger
|
|
// debugger
|
|
// console.log(res)
|
|
// console.log(res)
|
|
@@ -267,34 +267,29 @@
|
|
// debugger
|
|
// debugger
|
|
// console.log(res)
|
|
// console.log(res)
|
|
// })
|
|
// })
|
|
- getHousesList('13631').then(res => {
|
|
|
|
- debugger
|
|
|
|
- console.log(res)
|
|
|
|
- })
|
|
|
|
|
|
+ // getHousesList('13631').then(res => {
|
|
|
|
+ // debugger
|
|
|
|
+ // console.log(res)
|
|
|
|
+ // })
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
bindPickerVillageChange: function(e) {
|
|
bindPickerVillageChange: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
|
|
+ debugger
|
|
this.villageIndex = e.detail.value
|
|
this.villageIndex = e.detail.value
|
|
},
|
|
},
|
|
bindPickerSpecificationChange: function(e) {
|
|
bindPickerSpecificationChange: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
this.specificationIndex = e.detail.value
|
|
this.specificationIndex = e.detail.value
|
|
},
|
|
},
|
|
bindPickerMaterialChange: function(e) {
|
|
bindPickerMaterialChange: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
this.materialIndex = e.detail.value
|
|
this.materialIndex = e.detail.value
|
|
},
|
|
},
|
|
bindPickerVillageChange2: function(e) {
|
|
bindPickerVillageChange2: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
this.villageIndex2 = e.detail.value
|
|
this.villageIndex2 = e.detail.value
|
|
},
|
|
},
|
|
bindPickerBuildChange: function(e) {
|
|
bindPickerBuildChange: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
this.buildIndex = e.detail.value
|
|
this.buildIndex = e.detail.value
|
|
},
|
|
},
|
|
bindPickerUnitChange: function(e) {
|
|
bindPickerUnitChange: function(e) {
|
|
- console.log('picker发送选择改变,携带值为:' + e.detail.value)
|
|
|
|
this.unitIndex = e.detail.value
|
|
this.unitIndex = e.detail.value
|
|
},
|
|
},
|
|
}
|
|
}
|