mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
fix:项目证书任务回显问题
This commit is contained in:
@@ -580,11 +580,10 @@ export default {
|
||||
state.selectTaskId = info.finishType == 3 ? info.finishValue : null;
|
||||
state.selectExamId = info.finishType == 4 ? info.finishValue : null;
|
||||
state.score = info.finishType == 5 ? info.finishValue : null; //积分
|
||||
|
||||
let timer = setInterval(() => {
|
||||
if (
|
||||
state.stageList.length !== 0 &&
|
||||
state.taskList.length !== 0 &&
|
||||
state.stageList.length !== 0 ||
|
||||
state.taskList.length !== 0 ||
|
||||
state.examList.length !== 0
|
||||
) {
|
||||
if (info.finishType == 2) {
|
||||
|
||||
@@ -408,7 +408,7 @@ export default {
|
||||
justify-content: center;
|
||||
margin-left: 32px;
|
||||
cursor: pointer;
|
||||
background: #388be1;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user