-
+
关闭
@@ -177,11 +177,6 @@ export default {
showView: false,
};
},
- props: {
- resiId: {
- type: String,
- },
- },
computed: {
maxTableHeight() {
const h = this.clientHeight - this.searchH - 275 + this.iframeHeight;
@@ -199,7 +194,6 @@ export default {
changeDDisabled() {
return !this.formData.unitId;
},
- eventInfo,
},
watch: {},
mounted() {
@@ -329,6 +323,7 @@ export default {
//查看
async handleWatch(row) {
+ this.resiId = row.resiId;
this.showView = true;
},
@@ -527,4 +522,11 @@ export default {
font-size: 40px;
color: #fff;
}
+
+::v-deep .el-dialog__body {
+ position: relative;
+ max-height: 83vh;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}