修改JS显式调用
This commit is contained in:
@@ -270091,7 +270091,9 @@ function bGt() {
|
||||
}),
|
||||
Q.jsx(Nm, {
|
||||
type: "button",
|
||||
onClick: l,
|
||||
onClick: () => {
|
||||
l();
|
||||
},
|
||||
loading: t,
|
||||
children: e("common.save", "保存"),
|
||||
}),
|
||||
@@ -270801,7 +270803,9 @@ function CGt() {
|
||||
}),
|
||||
Q.jsx(Nm, {
|
||||
type: "button",
|
||||
onClick: o,
|
||||
onClick: () => {
|
||||
o();
|
||||
},
|
||||
loading: t,
|
||||
children: e("common.save", "Save"),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user