custom/云南保山恒益实业集团有限公司

This commit is contained in:
黎永顺 2026-01-26 14:33:09 +08:00
parent c27e4a8cdc
commit fd6313d067
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,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":