linwenling
2023-04-11 25ddd158fa9be7784c5b513bd3f7f8290e372b7f
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -212,9 +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++)
@@ -360,6 +363,8 @@
  display: block;
}
.pt{
  right: 10px;
  top:-3px;