ソースを参照

修复阻止功能

tags/AL.0.8.0_20240113_base
yuan 1年前
コミット
3768c832e9
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      src/stores/contact-item.ts

+ 3
- 1
src/stores/contact-item.ts ファイルの表示

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



読み込み中…
キャンセル
保存