shanbinzhang hace 2 meses
padre
commit
b085a935d9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/sheetShow/index.vue

+ 2 - 1
src/views/sheetShow/index.vue

@@ -63,7 +63,8 @@ function updateToHeight(type="") {
 
     let params = {
       height: ele.offsetHeight,
-      code: info.value.UniqueCode
+      code: info.value.UniqueCode,
+      uid: route.query.uid||""
     }
   
     window.parent.postMessage(params,'*')