Эх сурвалжийг харах

jxst库存查询物品分类为空bug解决

cz 1 жил өмнө
parent
commit
1587f2d641

+ 1 - 1
src/views/JXSK/inventoryQuery/index.vue

@@ -62,7 +62,7 @@ let currentData = ref({});
 const listConfig = ref([
   {
     label: "物品分类",
-    prop: "productClassifyName",
+    prop: "productClassifyNames",
   },
   {
     label: "物品名称",

+ 1 - 1
src/views/JXSK/inventoryQuery/kuwei.vue

@@ -75,7 +75,7 @@ const topConfig = ref([
 const listConfig = ref([
   {
     label: "物品分类",
-    prop: "productClassifyName",
+    prop: "productClassifyNames",
   },
   {
     label: "物品名称",