讲师管理bug

This commit is contained in:
zhangsir
2025-01-09 13:39:42 +08:00
parent 0e1bb584b0
commit a375c6922e
3 changed files with 63 additions and 93 deletions

View File

@@ -293,7 +293,7 @@
</div>
</div>
</a-drawer>
<AddOrgContent :Addtitle="'选择组织'" :isParent="formParam.isParent" v-model:showContent="showContent" :AddContentLists="formParam.affiliationOrgLists" v-model:AddContentList="formParam.affiliationOrgList"/>
<AddOrgContent :Addtitle="'选择组织'" :isParent="formParam.isParent" v-model:showContent="showContent" :AddContentLists="formParam.affiliationOrgLists" v-model:AddContentList="formParam.affiliationOrgList" />
</div>
</template>
<script lang="jsx">
@@ -354,7 +354,7 @@ export default{
code: null,
isContains: '0',
affiliationOrgList: [],
affiliationOrgLists: [],
affiliationOrgLists:[],
locking: 1,
},
})
@@ -768,6 +768,7 @@ const getTableDate = (obj) => {
code: null,
isContains: '0',
affiliationOrgList: [],
affiliationOrgLists:[],
locking: 1,
}
}