zhangjingyuan 3 лет назад
Родитель
Сommit
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;
     },