custom/福建罗德数字科技有限公司
This commit is contained in:
parent
a65e31f386
commit
f8020be101
|
|
@ -46,7 +46,7 @@ class EditCalcTable extends Component {
|
||||||
handleReceive = async ({ data }) => {
|
handleReceive = async ({ data }) => {
|
||||||
const { type, payload: { id, params } = {} } = data;
|
const { type, payload: { id, params } = {} } = data;
|
||||||
if (type === "init") {
|
if (type === "init") {
|
||||||
this.queryCalcResultList();
|
setTimeout(() => this.queryCalcResultList(), 500);
|
||||||
} else if (type === "turn") {
|
} else if (type === "turn") {
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case "PAGEINFO":
|
case "PAGEINFO":
|
||||||
|
|
@ -342,4 +342,4 @@ const traverse = (arr, calcDetail) => {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
Loading…
Reference in New Issue