|
|
@ -265,6 +265,7 @@ export default { |
|
|
|
}, 1500) |
|
|
|
}, 1500) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
// 如果该考核没有提交过,则取获取项目列表进行考核 |
|
|
|
if (!done) { |
|
|
|
if (!done) { |
|
|
|
this.getList().then(() => { |
|
|
|
this.getList().then(() => { |
|
|
|
this.getCache() |
|
|
|
this.getCache() |
|
|
@ -273,8 +274,6 @@ export default { |
|
|
|
this.statusTimer = setInterval(_ => { |
|
|
|
this.statusTimer = setInterval(_ => { |
|
|
|
this.getStatus() |
|
|
|
this.getStatus() |
|
|
|
}, 1000) |
|
|
|
}, 1000) |
|
|
|
} else { |
|
|
|
|
|
|
|
this.closeLoad() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}).catch(res => {}) |
|
|
|
}).catch(res => {}) |
|
|
|
}, |
|
|
|
}, |
|
|
@ -327,7 +326,9 @@ export default { |
|
|
|
}).then(res => {}).catch(() => {}) |
|
|
|
}).then(res => {}).catch(() => {}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}).catch(res => {}) |
|
|
|
}).catch(res => { |
|
|
|
|
|
|
|
this.closeLoad() |
|
|
|
|
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 定时查询考核状态(只有考核才需要定时查,查到考核如果结束后,直接提交考核) |
|
|
|
// 定时查询考核状态(只有考核才需要定时查,查到考核如果结束后,直接提交考核) |
|
|
|
getStatus() { |
|
|
|
getStatus() { |
|
|
|