mayf
2024-09-09 c5ed2b03fb6f53a6144cf4d3a18bf31a9075d67a
utils/form-item-config.js
@@ -93,7 +93,10 @@
  }
}
export const getGoodsCategoryListConfig = (checkStrictly = false) => {
export const getGoodsCategoryListConfig = (
  checkStrictly = false,
  multiple = false
) => {
  return {
    label: '商品分类:',
    id: 'categoryId',
@@ -105,7 +108,9 @@
        value: 'id',
        emitPath: false,
        checkStrictly,
        multiple,
      },
      filterable: true,
      clearable: true,
      style: 'width:100%',
    },