linwenling
2023-04-08 4181e62f96a2716f70699ba194fe2affe9d2133d
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -212,12 +212,12 @@
    }
    let _this = this
    if (id) {
      this.loading = true;
      getFamilyeventInfo(id).then((response) => {
        this.formData = response.data;
        let paths = response.data.url.split(",");
        for(let i = 0; i < paths.length; i++)
@@ -363,6 +363,8 @@
  display: block;
}
.pt{
  right: 10px;
  top:-3px;