浏览代码

lp.dataObj = JSON.parse(lp.data)

skyfffire 3 年之前
父节点
当前提交
ddbf9ce42c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/lp/lpMaintenance.ts

+ 1 - 1
scripts/lp/lpMaintenance.ts

@@ -79,7 +79,7 @@ export class LpMaintenance {
     const lpAddressList: any = []
 
     for (const lp of lpList) {
-      logger.debug(lp)
+      lp.dataObj = JSON.parse(lp.data)
       lpAddressList.push(lp.dataObj.LP)
     }