zhangjingyuan пре 3 година
родитељ
комит
35db6ce86f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/component/fwposition.vue

+ 1 - 1
src/views/component/fwposition.vue

@@ -234,7 +234,7 @@ export default {
       this.$emit("change-data", name, value.cun_fang_wei_zhi_);
       const name2 = "cangKuMingCheng"; //其他字段属性
       const value2 = this.formInline.cang_ku_ming_chen_value; //字段的值
-      this.showValue = value2;
+      // this.showValue = value2;
       this.$emit("change-data", name2, value2);
       this.ifshow = !this.ifshow;
     },