Quellcode durchsuchen

修复阻止功能

tags/AL.0.8.0_20240113_base
yuan vor 1 Jahr
Ursprung
Commit
3768c832e9
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. +3
    -1
      src/stores/contact-item.ts

+ 3
- 1
src/stores/contact-item.ts Datei anzeigen

@@ -82,7 +82,9 @@ export const useContactItemStore = defineStore('contact-item', () => {
updateVisitor( staffId: $staffId, input: {
id: $id,
isBlock: $isBlock
} )
} ) {
id
}
}
`



Laden…
Abbrechen
Speichern