yusheng 11 달 전
부모
커밋
063585d8c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/material/product/detail.vue

+ 1 - 1
src/views/material/product/detail.vue

@@ -784,7 +784,7 @@ import { copyObj } from '@/utils/util';
     },
     mounted() {
       if (this.clientEnvironmentId == 4) {
-        this.form.measureType = 2;
+        this.form.measureType = 3;
       }
     },
     methods: {