mirror of
https://github.com/certd/certd.git
synced 2026-05-19 07:37:36 +08:00
chore: 1
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user