feige
2023-11-10 bcac500a760877dc9140f1f381739793706c1af6
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -93,15 +93,11 @@
      <h4 class="form-header">其他附件 </h4>
      <el-upload
        action=""
        :file-list="fileListOther"
        class="upload-demo"
        action="#"
        multiple
        list-type="picture-card"
        :on-preview="handleFileCardPreview"
        :on-remove="handleRemoveFile"
         :file-list="fileListOther"
        :http-request="requestUpload1"
        :show-file-list="true"
        :disabled="!btn"
        :class="{ hide: !btn }"
      >
@@ -119,7 +115,7 @@
          ></video>
          <img v-else
               class="el-upload-list__item-thumbnail"
               src="../../assets/401_images/401.gif"
               :src="file.url"
               alt=""
               style="width: 100%; height: 100%"
               fit="cover">
@@ -249,6 +245,7 @@
      this.$route.meta.title = "家大事记详细信息";//列表的名称
      this.btn = false;
      this.isShow=false
            alert(this.btn)
    }
    let _this = this
@@ -337,7 +334,7 @@
        updateFamilyevent(this.formData).then(response => {
          this.$modal.msgSuccess("删除成功");
          // this.open = false;
          // this.btn=false
        });
      }
    },
@@ -356,7 +353,7 @@
        updateFamilyevent(this.formData).then(response => {
          this.$modal.msgSuccess("删除成功");
          // this.open = false;
          // this.btn=false
        });
      }
@@ -425,7 +422,7 @@
          updateFamilyevent(this.formData).then(response => {
            this.$modal.msgSuccess("图片上传成功");
            // this.open = false;
            // this.btn=false
          });
        }
        else{
@@ -465,7 +462,7 @@
          updateFamilyevent(this.formData).then(response => {
            this.$modal.msgSuccess("文档上传成功");
            // this.open = false;
            // this.btn=false
          });
        }
      })