From 4358a3134c53590ef838c456e8d9369880655114 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 21 十一月 2023 21:37:56 +0800 Subject: [PATCH] 已经修改了大部分提交的bug --- ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue b/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue index d6d21c0..3a194fa 100644 --- a/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue +++ b/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 + }); + }) }, -- Gitblit v1.9.1