mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
Merge branch 'master_1202_0319' into test20250220
# Conflicts: # src/views/courselibrary/CoursewareManage.vue
This commit is contained in:
@@ -3939,7 +3939,7 @@ function onFocusEnd(){
|
|||||||
weight: '',
|
weight: '',
|
||||||
}]
|
}]
|
||||||
state.changeName = true
|
state.changeName = true
|
||||||
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
||||||
|
|
||||||
state.examInfo = {};
|
state.examInfo = {};
|
||||||
//清除缓存
|
//清除缓存
|
||||||
@@ -4137,7 +4137,7 @@ function onFocusEnd(){
|
|||||||
if (item.testId) {
|
if (item.testId) {
|
||||||
queryExaminationDetailById({ examinationId: item.testId }).then(
|
queryExaminationDetailById({ examinationId: item.testId }).then(
|
||||||
(res) => (state.examInfo = res.data.data)
|
(res) => (state.examInfo = res.data.data)
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// if(item.evalFlag){
|
// if(item.evalFlag){
|
||||||
|
|||||||
Reference in New Issue
Block a user