shanbinzhang 2 tháng trước cách đây
mục cha
commit
b085a935d9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,'*')