Qukaidi 4 år sedan
förälder
incheckning
2c1b7f9a8f

+ 4 - 4
src/views/agreement/agreementTask/index.vue

@@ -88,8 +88,8 @@
             :disabled="browseStatus"
           >
             <el-option
-              v-for="dict in fTypeidOptions"
-              :key="dict.dictValue"
+              v-for="(dict, index) in fTypeidOptions"
+              :key="index.dictValue"
               :label="dict.dictLabel"
               :value="dict.dictValue"
               style="width: 200px"
@@ -472,8 +472,8 @@
             :disabled="browseStatus"
           >
             <el-option
-              v-for="dict in fTypeidOptions"
-              :key="dict.dictValue"
+              v-for="(dict, index) in fTypeidOptions"
+              :key="index.dictValue"
               :label="dict.dictLabel"
               :value="dict.dictValue"
               style="width: 210px"

+ 2 - 2
src/views/warehouseBusiness/agreement/index.vue

@@ -287,8 +287,8 @@
         <el-form-item label="商品类别" prop="tPackages">
           <el-select v-model="form.tPackages" :disabled="notChange" placeholder="请选择商品类别">
             <el-option
-              v-for="dict in fTypeidOptions"
-              :key="dict.dictValue"
+              v-for="(dict, index) in fTypeidOptions"
+              :key="index.dictValue"
               :label="dict.dictLabel"
               :value="dict.dictValue"
               style="width: 210px;"