讲师管理bug

This commit is contained in:
zhangsir
2024-12-31 19:51:32 +08:00
parent 62bbf94863
commit eb0ac6dfa5

View File

@@ -354,7 +354,7 @@ export default{
code: null,
isContains: '0',
affiliationOrgList: [],
locking: 0,
locking: 1,
},
})
const PlaceOfPayList = ref([
@@ -638,6 +638,7 @@ const getTableDate = (obj) => {
})
const addTeacher=()=>{
state.teacherdialog=true ,
state.formParam.locking = 0
state.teacherdialogtitle="新增培训发生组织"
state.vf = true
lecturer.getAffiliationCode().then(res=>{
@@ -764,7 +765,7 @@ const getTableDate = (obj) => {
code: null,
isContains: '0',
affiliationOrgList: [],
locking: 0,
locking: 1,
}
}
async function validateField(name) {