mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
fix: 修复群晖授权没有显示设备id输入框的bug
This commit is contained in:
@@ -13,8 +13,9 @@ export function useReference(formItem: any) {
|
||||
const ctx = {
|
||||
compute: (opts: any) => {
|
||||
const func = (context: any) => {
|
||||
debugger;
|
||||
let form = context.form || {};
|
||||
form = form.input || form.body || form.access || form;
|
||||
form = form.input || form.body || form;
|
||||
return opts({
|
||||
...context,
|
||||
form,
|
||||
|
||||
Reference in New Issue
Block a user