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