master
lion 3 years ago
parent 92f4a182af
commit c245fb5f3e

@ -110,7 +110,7 @@
<img width="100%" :src="dialogImageUrl" alt="">
</el-dialog>
<maintainInfo @shows="showsfalse" ref="maintain" :dialogFormDetailVisible='showinfo'></maintainInfo>
<maintainInfo @update="updeatshow" ref="maintain" :dialogFormDetailVisible='showinfo'></maintainInfo>
@ -344,7 +344,9 @@
this.dialogImageUrl = file.url;
this.dialogVisible = true;
},
updeatshow(e){
this.showinfo = e
},
initLoad() {
var that = this;
var clientHeight = document.documentElement.clientHeight

@ -1,7 +1,7 @@
<template>
<!-- 审核 -->
<el-dialog class="common-dialog" :title="rainTitle" :visible.sync="dialogFormDetailVisible" width="60%">
<el-dialog class="common-dialog" :title="rainTitle" :visible.sync="showdiago" width="60%">
<div class="dialogConcent">
<el-scrollbar style="flex: 1">
<!-- 疏通疏挖 -->
@ -579,8 +579,9 @@
// this.info()
},
watch:{
dialogFormDetailVisible(newval,oldval){
dialogFormDetailVisible(){
// this.changeShow()
this.showdiago = this.dialogFormDetailVisible
}
},
methods: {
@ -595,7 +596,8 @@
},
changeShow(){
this.$emit('shows',this.dialogFormDetailVisible=false);
this.$emit("update", false);
// this.$emit('shows',this.dialogFormDetailVisible=false);
},
info(id) {
var that = this;

Loading…
Cancel
Save