mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
讲师管理bug
This commit is contained in:
@@ -1018,8 +1018,13 @@ getAllLevelList().then((res) => {
|
||||
state.formParam.tsystemName = state.tSystemNames.systemName
|
||||
state.formParam.tsystemId = state.tSystemNames.systemId
|
||||
state.formParam.courseName = state.formParam.courseName?.trim()
|
||||
if(state.formParam.studys==0){
|
||||
state.formParam.studys = null
|
||||
}
|
||||
if(state.formParam.score){
|
||||
state.formParam.score = String(state.formParam.score)
|
||||
}else{
|
||||
state.formParam.score = null
|
||||
}
|
||||
if(state.formParam.levelPay){
|
||||
state.formParam.levelPay = String(state.formParam.levelPay)
|
||||
|
||||
Reference in New Issue
Block a user