CRM:完善回款 plan 列表

This commit is contained in:
YunaiV
2024-02-25 09:23:36 +08:00
parent f30f71b775
commit 5cb86589c6
3 changed files with 90 additions and 10 deletions

View File

@ -81,6 +81,7 @@ const submitForm = async () => {
const formData = new FormData()
formData.append('updateSupport', updateSupport.value)
formData.append('file', fileList.value[0].raw)
// TODO @芋艿:后面是不是可以采用这种形式,去掉 uploadHeaders
await CustomerApi.handleImport(formData)
}