mainqaq 3 years ago
parent
commit
535b1021d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/supply/components/addSupply.vue

+ 1 - 1
src/xt_pages/supply/components/addSupply.vue View File

@@ -38,7 +38,7 @@
38 38
               >
39 39
                 <el-option
40 40
                   v-for="item in supplierType"
41
-                  :key="item.value"
41
+                  :key="item.name"
42 42
                   :label="item.name"
43 43
                   :value="item.value"
44 44
                 >