@@ -1437,8 +1437,8 @@ export default {
getAlignmentPageList() {
this.alignmentPage++;
getAction("/okr/kr/list", {
- year: "2020",
- quarter: 4,
+ year: this.yearValue,
+ quarter: this.cycleValue,
pageSize: 10,
pageNo: this.alignmentPage,
userId: this.person,