custom/福建罗德数字科技有限公司

This commit is contained in:
黎永顺 2026-02-11 18:04:56 +08:00
parent a65e31f386
commit f8020be101
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class EditCalcTable extends Component {
handleReceive = async ({ data }) => {
const { type, payload: { id, params } = {} } = data;
if (type === "init") {
this.queryCalcResultList();
setTimeout(() => this.queryCalcResultList(), 500);
} else if (type === "turn") {
switch (id) {
case "PAGEINFO":