shaogen1995 hace 4 días
padre
commit
1f5eaf5677
Se han modificado 1 ficheros con 3 adiciones y 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]
             })