qukaidi 4 rokov pred
rodič
commit
5a407fea96

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

@@ -2458,7 +2458,7 @@
                   disabled
                 >
                   <el-option
-                    v-for="(dic, index) in businessTypeOption"
+                    v-for="(dict, index) in businessTypeOption"
                     :key="index.dictValue"
                     :label="dict.dictLabel"
                     :value="dict.dictValue"
@@ -2560,7 +2560,7 @@
                   :disabled="browseStatus"
                 >
                   <el-option
-                    v-for="(dic, index) in fStltypeOptions"
+                    v-for="(dict, index) in fStltypeOptions"
                     :key="index.dictValue"
                     :label="dict.dictLabel"
                     :value="parseInt(dict.dictValue)"