This commit is contained in:
xiaojunnuo
2026-05-19 00:32:24 +08:00
parent 6450d2bd56
commit c66c05b442
3 changed files with 2 additions and 1 deletions
@@ -13,7 +13,6 @@ 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; // form.access去掉,历史原因,access的mergeScript会处理form.access
return opts({