ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue
@@ -503,6 +503,19 @@ _this.fileListOther.push({name:response.data.fileName, url:response.data.url}) } let ul = _this.fileList.map(function (elem){ return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"") }).join(",") let uls = _this.fileListOther.map(function (elem){ return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"") }).join(",") _this.formData.url = ul+","+uls updateSelfEconomy(_this.formData).then(response => { this.$modal.msgSuccess("修改成功"); // this.open = false; this.btn=false }); }) },