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