yuanchengman 2 rokov pred
rodič
commit
0632497106

+ 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>