|
@@ -226,10 +226,10 @@ export default {
|
226
|
226
|
this.getProjectYearSub(this.year);
|
227
|
227
|
}
|
228
|
228
|
if (Object.keys(this.cDatas).length !== 0) {
|
229
|
|
- this.contractAmount = this.cDatas.amount[0];
|
230
|
|
- this.contractCwAmount = this.cDatas.cwAmount[0];
|
231
|
|
- this.contractSource = this.cDatas.source[0];
|
232
|
|
- this.contractYear = this.cDatas.year[0];
|
|
229
|
+ this.contractAmount = this.cDatas.yearAmount[0];
|
|
230
|
+ this.contractCwAmount = this.cDatas.sourceAmount[0];
|
|
231
|
+ this.contractSource = this.cDatas.sourceCount[0];
|
|
232
|
+ this.contractYear = this.cDatas.yearCount[0];
|
233
|
233
|
this.getContractYearSub(this.contractYear);
|
234
|
234
|
}
|
235
|
235
|
if (Object.keys(this.dDatas).length !== 0) {
|