fix: 修复来访登记新增

This commit is contained in:
lonewolfyx 2025-01-13 15:50:07 +08:00
parent 2db1cd874d
commit 6e478efaab

View File

@ -336,8 +336,8 @@ const isShow = ref(false)
const isEdit = ref(false) const isEdit = ref(false)
const isView = ref(false) const isView = ref(false)
const isCreate = ref(false) const isCreate = ref(false)
const showRegistrationList = ref(false) const showRegistrationList = ref(true)
const showRegistration = ref(true) const showRegistration = ref(false)
// //
const viewHistoryDisable = ref(true) const viewHistoryDisable = ref(true)