修改JS显式调用
This commit is contained in:
@@ -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"),
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user