custom/云南保山恒益实业集团有限公司
This commit is contained in:
parent
c27e4a8cdc
commit
fd6313d067
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in New Issue