diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index d3e0782..4517d33 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -128,7 +128,7 @@ import {getBranchList, InitInOrder} from "@/api/system/branch"; import {getGoods} from "@/api/basicData/goods"; export default { name: "index", - dicts: ["goods_classify","good_class"], + dicts: ["good_class"], data() { const _that=this return { @@ -174,10 +174,10 @@ export default { // }, { label: '所属分类', - prop: 'specialMana', + prop: 'classify', istrue: true, filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_classify); + return getDictLabel(value, _that.dict.type.good_class); }, }, ],