feige
2024-02-20 a7d09900629902c8170f639f070fc6da8d168e0b
测试
1个文件已修改
9 ■■■■ 已修改文件
ruoyi-ui/src/views/bignote/familyeventInfo.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -304,7 +304,12 @@
            let pth = paths[i].substr(paths[i].length - 4, paths[i].length)
            if (_this.fot.includes(pth) === true)
              _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i]})
            {
                if(paths[i][0]=="/")
              _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i].substr(1)})
              else
                 _this.fileList.push({name:paths[i],url: process.env.VUE_APP_BASE_TRUE_API+paths[i]})
              }
            else {
              // alert(paths[i])
              let nms = paths[i].split("\/")
@@ -540,7 +545,7 @@
        //     return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
        //   }).join(",")
        //console.log(_this.fileList)
        alert(response.fileNames)
          _this.formData.url = _this.formData.url+","+response.fileNames
         // alert(87)