mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
讲师管理bug
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user