fetch(modify):修复角色分配权限
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m36s

This commit is contained in:
sexygoat
2026-02-02 17:08:49 +08:00
parent f62437379d
commit 06cde977ad
14 changed files with 789 additions and 267 deletions

View File

@@ -1323,7 +1323,7 @@
try {
const res = await CardService.batchSetCardSeriesBinding({
iccids,
series_allocation_id: seriesBindingForm.series_id! // 注意API参数名仍是series_allocation_id但前端使用series_id
series_id: seriesBindingForm.series_id!
})
if (res.code === 0) {