|
@@ -92,7 +92,8 @@ const intData = async () => {
|
|
|
orderList({ current: 1, size: 999, ICCID: item.iccid }).then(res => {
|
|
|
|
|
|
res.data.records?.forEach(async (orderItem, index) => {
|
|
|
-
|
|
|
+ // const dictList = JSON.parse(window.localStorage.getItem('dictList')) ?? []
|
|
|
+ // const orderType = dictList.filter((item) => item.type_key == enum_dict.SOURCE)
|
|
|
const params = {
|
|
|
iccid: orderItem.ICCID,
|
|
|
childOrderId: orderItem.id,
|