|
@@ -244,6 +244,9 @@ export default {
|
|
|
this.modalForm.openRebuild = coefficient.openRebuild;
|
|
|
this.modalForm.value = coefficient.value;
|
|
|
this.modalForm.rebuildValue = coefficient.rebuildValue;
|
|
|
+ this.modalForm.open54To53 = coefficient.open54To53;
|
|
|
+ this.modalForm.open54d5 = coefficient.open54d5;
|
|
|
+ this.modalForm.openFetchOriginScore = coefficient.openFetchOriginScore;
|
|
|
this.modalForm.detail = coefficient.detail || [];
|
|
|
}
|
|
|
this.detailData = { ...this.detailInfo };
|