新增征信维护详情与删除交互

This commit is contained in:
wkc
2026-03-24 09:42:18 +08:00
parent 0e3b7f7cf8
commit 7da041fc38
3 changed files with 122 additions and 3 deletions

View File

@@ -4,6 +4,9 @@ export function uploadCreditHtml(data) {
return request({
url: '/ccdi/creditInfo/upload',
method: 'post',
headers: {
'Content-Type': 'multipart/form-data'
},
data
})
}