|
|
@@ -331,7 +331,8 @@ export default {
|
|
|
this.viewShow = !this.viewShow;
|
|
|
this.placeValue = values[0].wei_zhi_bian_hao_;
|
|
|
let this_ = this;
|
|
|
- this_.$emit("input", values[0].id_); //传导
|
|
|
+ // this_.$emit("input", values[0].id_); //传导
|
|
|
+ this.$emit("change-data", "liuYangWeiZhi", values[0].id_);
|
|
|
},
|
|
|
},
|
|
|
watch: {
|