소스 검색

报价管理

yuanchengman 2 년 전
부모
커밋
0632497106
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/modules/cus/quoted-add-or-update.vue

+ 2 - 2
src/views/modules/cus/quoted-add-or-update.vue

@@ -17,9 +17,9 @@
             >
               <el-option
                 v-for="item in coOption"
-                :key="item.value"
+                :key="item.coId"
                 :label="item.coCode + ' (' + item.customerName + ')'"
-                :value="item.coCode"
+                :value="item.coId"
               >
               </el-option>
             </el-select>