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