会员:增加用户分组

(cherry picked from commit 78917cd2be)
This commit is contained in:
owen
2023-08-21 23:59:49 +08:00
committed by shizhong
parent c89d08e22a
commit b74d4df4f8
7 changed files with 386 additions and 6 deletions

View File

@ -18,7 +18,7 @@ defineOptions({ name: 'MemberLevelSelect' })
const props = defineProps({
/** 下拉框选中值 **/
modelValue: {
type: Array,
type: Number,
default: undefined
}
})