mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix 修复 新增客户端 状态没有默认值问题
This commit is contained in:
parent
decbd4ac34
commit
c415e130b9
@ -178,7 +178,7 @@ const initFormData: ClientForm = {
|
||||
deviceType: undefined,
|
||||
activeTimeout: undefined,
|
||||
timeout: undefined,
|
||||
status: undefined
|
||||
status: '0'
|
||||
};
|
||||
const data = reactive<PageData<ClientForm, ClientQuery>>({
|
||||
form: { ...initFormData },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user