讲师管理bug

This commit is contained in:
zhangsir
2024-11-25 10:20:27 +08:00
parent ae63c22d3c
commit 777dec4020
3 changed files with 231 additions and 221 deletions

View File

@@ -293,7 +293,7 @@ export default{
if(res.data.code == 200){
PlaceOfPayListTwo.value = res.data.data.map(item=>{
return {
value: item.code,
value: item.affiliationCode,
label: item.affiliationName
}
})