讲师管理bug

This commit is contained in:
zhangsir
2025-01-10 14:01:32 +08:00
parent b2fc819a8c
commit e43269b101
4 changed files with 29 additions and 13 deletions

View File

@@ -306,6 +306,7 @@ watch(visible, (val)=>{
})
const getTwoData = () => {
formData.value.loadingTwo = true
params.businessId = props.id
api.getByBusinessIdList(params).then(res=>{
if(res.data.code == 200){
formData.value.tableDataTwo = res.data.data.records