feige
2023-11-19 090bce038b881a55f6453f49a8ae93c5697cf718
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -155,7 +155,7 @@
    </el-form>
    <el-dialog  :visible.sync="dialogVisible">
      <img w-full :src="dialogImageUrl"    style="width: 700px; height: 700px" alt="Preview Image" />
      <img w-full :src="dialogImageUrl"    style="width: 100%; height: 100%" alt="Preview Image" />
    </el-dialog>
  </div>
</template>
@@ -245,7 +245,7 @@
      this.$route.meta.title = "家大事记详细信息";//列表的名称
      this.btn = false;
      this.isShow=false
            alert(this.btn)
     //       alert(this.btn)
    }
    let _this = this
@@ -291,9 +291,11 @@
        console.log(this.formData)
        if (valid) {
          if (this.formData.id != undefined) {
           // alert(234)
            updateFamilyevent(this.formData).then(response => {
              this.$modal.msgSuccess("修改成功");
              // this.open = false;
            //  alert(98)
              this.btn=false
            });
          } else {
@@ -493,7 +495,7 @@
  display: block;
}
.hide .el-upload--picture-card {
.hide /deep/ .el-upload--picture-card {
  display: none;
}
.pt{