Browse Source

fix:样品位置

zhangjingyuan 3 năm trước cách đây
mục cha
commit
86c35b2513
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/views/component/weizhiData.vue

+ 3 - 2
src/views/component/weizhiData.vue

@@ -360,8 +360,9 @@ export default {
     positionClick(values) {
       this.viewShow = !this.viewShow;
       this.placeValue = values[0].wei_zhi_bian_hao_;
-      console.log( this.placeValue, "id");
-      this.$emit("change-data", "jianBiCunFangWeiZ", this.placeValue);
+      // console.log( this.placeValue, "id");
+      console.log(values[0].id_, "id");
+      this.$emit("change-data", "jianBiCunFangWeiZ", values[0].id_);
       // this_.$emit("input", values[0].id_); //传导
     },
   },