【FIX】测评代码迁移

This commit is contained in:
勾通
2025-11-17 12:16:18 +08:00
parent b70b6d8cf9
commit 4f5bcb2dce
2 changed files with 10 additions and 0 deletions

View File

@@ -424,3 +424,13 @@ export function sendServicePopup(data) {
data
})
}
//保存测评结果
export function saveEvalateAnswer(data) {
return request({
url: getUrl('/sale/order/saveOrUpdateAssessInfo ', 1),
method: 'post',
data
})
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB