Merge branch 'xingyy' into dev
This commit is contained in:
commit
5753dacfb5
@ -30,7 +30,12 @@ const loading = ref(true)
|
||||
const items = ref([])
|
||||
const keywords = ref('')
|
||||
const loadGroupStatus = ref(false)
|
||||
const forwardMode = defineProps(['forwardMode'])
|
||||
const props = defineProps({
|
||||
'forwardMode': {
|
||||
type: Number,
|
||||
default: 0
|
||||
}
|
||||
})
|
||||
|
||||
// 通讯录弹窗相关状态
|
||||
const state = reactive({
|
||||
|
Loading…
Reference in New Issue
Block a user