mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
fix: 解决授权 IP 为空时无法保存的问题 (#2484)
This commit is contained in:
parent
150b1a2590
commit
945f67677f
@ -71,8 +71,8 @@ function checkAddress(rule: any, value: any, callback: any) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
callback();
|
|
||||||
}
|
}
|
||||||
|
callback();
|
||||||
}
|
}
|
||||||
const formRef = ref<FormInstance>();
|
const formRef = ref<FormInstance>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user