yuanchengman hace 2 años
padre
commit
0632497106
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>