|
|
@@ -360,9 +360,9 @@ export default {
|
|
|
positionClick(values) {
|
|
|
this.viewShow = !this.viewShow;
|
|
|
this.placeValue = values[0].wei_zhi_bian_hao_;
|
|
|
- let this_ = this;
|
|
|
- console.log(values[0].id_, "id");
|
|
|
- this_.$emit("input", values[0].id_); //传导
|
|
|
+ console.log( this.placeValue, "id");
|
|
|
+ this.$emit("change-data", "jianBiCunFangWeiZ", this.placeValue);
|
|
|
+ // this_.$emit("input", values[0].id_); //传导
|
|
|
},
|
|
|
},
|
|
|
watch: {
|
|
|
@@ -417,7 +417,7 @@ p {
|
|
|
right: 52px;
|
|
|
top:20px;
|
|
|
color: red;
|
|
|
- z-index: 999;
|
|
|
+ z-index: 2147483647!important;
|
|
|
font-size: 45px;
|
|
|
}
|
|
|
.title{
|
|
|
@@ -451,7 +451,7 @@ p {
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
background: white;
|
|
|
- z-index: 99 !important;
|
|
|
+ z-index: 2147483647 !important;
|
|
|
}
|
|
|
.select_quyu {
|
|
|
.test-quyu,
|