Ver código fonte

次级仓库位置

zhangjingyuan 3 anos atrás
pai
commit
35db6ce86f
1 arquivos alterados com 1 adições e 1 exclusões
  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;
     },