@@ -106,7 +106,7 @@
}).then(res => {
if (res.data) {
// 更新单员状态
- cacheManager.updateJisuanWanchengStatus(this.jieInfo.jieId)
+ cacheManager.updatePinduWanchengStatus(this.jieInfo.jieId)
// 学习完成提示弹窗
this.$refs.popupRef.open();
}