shaogen1995 hai 4 días
pai
achega
1f5eaf5677
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/pages/Zother/EditTop/index.tsx

+ 3 - 2
src/pages/Zother/EditTop/index.tsx

@@ -120,10 +120,11 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
 
           arrTemp.push(obj)
 
+          let obj2: any = {}
+          // 回显盘点
+
           // 第二个模块的信息回显
           if (moreDom && moreDom.domList && moreDom.domList.length && i === 0) {
-            let obj2: any = {}
-
             moreDom.domList.forEach((item: any) => {
               obj2[item.key] = obj[item.key]
             })