소스 검색

次级仓库位置

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;
     },