diff --git a/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue index 2b8452c..df9debb 100644 --- a/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue +++ b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue @@ -7,7 +7,7 @@ - + @@ -41,6 +41,9 @@ export default { list:"", getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture' }, + conheight:{ + height:'' + }, } }, props: { @@ -90,6 +93,12 @@ export default { console.log(this.proMaterListId); // this.getPicture(); }, + mounted() { + console.log("执行声明周期监听") + // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度 + window.addEventListener('resize', this.getHeight); + this.getHeight(); + }, watch:{ $route(to,from) { this.tabKey = '1' @@ -97,6 +106,9 @@ export default { } }, methods: { + getHeight(){ + this.conheight.height=window.innerHeight-230+'px'; + }, callback(key){ this.tabKey = key if (key==2){ diff --git a/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue index d2468e9..4f1fe61 100644 --- a/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue +++ b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue @@ -7,7 +7,7 @@ - + @@ -43,6 +43,9 @@ export default { list:"", getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture' }, + conheight:{ + height:'' + }, } }, props: { @@ -91,6 +94,12 @@ export default { created(){ console.log(this.proMaterListId); }, + mounted() { + console.log("执行声明周期监听") + // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度 + window.addEventListener('resize', this.getHeight); + this.getHeight(); + }, watch:{ $route(to,from) { this.tabKey = '1' @@ -98,6 +107,9 @@ export default { } }, methods: { + getHeight(){ + this.conheight.height=window.innerHeight-230+'px'; + }, callback(key){ this.tabKey = key if (key==2){ diff --git a/src/views/accessrecords/plan/ProcessMaterialsPlan.vue b/src/views/accessrecords/plan/ProcessMaterialsPlan.vue index 326c22e..2ca1b35 100644 --- a/src/views/accessrecords/plan/ProcessMaterialsPlan.vue +++ b/src/views/accessrecords/plan/ProcessMaterialsPlan.vue @@ -7,7 +7,7 @@ - + @@ -43,6 +43,9 @@ list:"", getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture' }, + conheight:{ + height:'' + }, } }, props: { @@ -93,6 +96,12 @@ console.log("=================",this.proMaterListId,"===================") // this.getPicture(); }, + mounted() { + console.log("执行声明周期监听") + // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度 + window.addEventListener('resize', this.getHeight); + this.getHeight(); + }, watch:{ proMaterListId:function (newData, oldData) { //newData是更新后的数据 @@ -107,6 +116,9 @@ } }, methods: { + getHeight(){ + this.conheight.height=window.innerHeight-230+'px'; + }, callback(key) { this.tabKey = key console.log("=================",key,"===================") diff --git a/src/views/modules/oss/OSSFileList.vue b/src/views/modules/oss/OSSFileList.vue index c9a39f8..5259d54 100644 --- a/src/views/modules/oss/OSSFileList.vue +++ b/src/views/modules/oss/OSSFileList.vue @@ -102,7 +102,7 @@ 下载 - 删除 +