@@ -50,7 +50,7 @@ interface ServiceGroup {
|
||||
}
|
||||
|
||||
const serviceGroups = computed<ServiceGroup[]>(() => {
|
||||
const moveCandidate = mailStore.moveMessageCandidate
|
||||
const moveCandidate = mailStore.moveMessageCandidates[0]
|
||||
|
||||
if (!moveCandidate) {
|
||||
return []
|
||||
@@ -111,7 +111,7 @@ const canConfirm = computed(() => {
|
||||
})
|
||||
|
||||
watch(
|
||||
() => [props.modelValue, mailStore.moveMessageCandidate],
|
||||
() => [props.modelValue, mailStore.moveMessageCandidates],
|
||||
([isOpen]) => {
|
||||
if (!isOpen) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user