修改JS显式调用
Some checks failed
build / build (api, amd64, linux) (push) Failing after -52s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -51s

This commit is contained in:
CN-JS-HuiBai
2026-04-18 22:56:15 +08:00
parent 87ae55ebcf
commit c080bb8d4a

View File

@@ -270091,7 +270091,9 @@ function bGt() {
}), }),
Q.jsx(Nm, { Q.jsx(Nm, {
type: "button", type: "button",
onClick: l, onClick: () => {
l();
},
loading: t, loading: t,
children: e("common.save", "保存"), children: e("common.save", "保存"),
}), }),
@@ -270801,7 +270803,9 @@ function CGt() {
}), }),
Q.jsx(Nm, { Q.jsx(Nm, {
type: "button", type: "button",
onClick: o, onClick: () => {
o();
},
loading: t, loading: t,
children: e("common.save", "Save"), children: e("common.save", "Save"),
}), }),