k94314517
2025-05-29 e1c072109e62f4adcb53af0d2c69b896b9159059
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('上传失败')