This commit is contained in:
2023-10-16 10:32:16 +08:00
parent c68190c76a
commit 85a12315e0
4 changed files with 9 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ async function submitHandle() {
}
await updatePromoterInformation(form)
ElMessage.success('提交成功')
merchantInfoDetailAjax()
} catch (error) {
console.log('334:提交表单===', error)
}