yuanchengman 2 år sedan
förälder
incheckning
0632497106
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>