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 = { const ctx = {
compute: (opts: any) => { compute: (opts: any) => {
const func = (context: any) => { const func = (context: any) => {
debugger;
let form = context.form || {}; let form = context.form || {};
form = form.input || form.body || form; // form.access去掉,历史原因,access的mergeScript会处理form.access form = form.input || form.body || form; // form.access去掉,历史原因,access的mergeScript会处理form.access
return opts({ return opts({
@@ -0,0 +1 @@
ALTER TABLE cd_cert_info ADD COLUMN wildcard_domain_count bigint NOT NULL DEFAULT 0;
@@ -0,0 +1 @@
ALTER TABLE cd_cert_info ADD COLUMN wildcard_domain_count bigint NOT NULL DEFAULT 0;