k94314517
2025-06-12 7257c9bc44ca11551c121a18133f304f209db32e
company/src/components/business/makePayment.vue
@@ -70,7 +70,7 @@
            },
            // 上传图片
            handleAvatarSuccess(res) {
                this.form.multifileList.push({...res.data, fileurl: res.data.imgaddr})
                this.form.multifileList.push({...res.data, fileurl: res.data.imgaddr, name:res.data.originname})
            },
            uploadError() {
                this.$tip.apiFailed('上传失败')