|
@@ -180,11 +180,11 @@ export class BasicInComponent implements OnInit {
|
|
printNumber: [this.eduTextbook?.get('printNumber') || 0, [Validators.required]],
|
|
printNumber: [this.eduTextbook?.get('printNumber') || 0, [Validators.required]],
|
|
printSum: [this.eduTextbook?.get('printSum') || 0, [Validators.required]],
|
|
printSum: [this.eduTextbook?.get('printSum') || 0, [Validators.required]],
|
|
importantProject: [this.eduTextbook?.get('importantProject') || '', [Validators.required]],
|
|
importantProject: [this.eduTextbook?.get('importantProject') || '', [Validators.required]],
|
|
- importantProjectOther: [this.eduTextbook?.get('importantProjectOther') || '', [Validators.required]],
|
|
|
|
|
|
+ importantProjectOther: [this.eduTextbook?.get('importantProjectOther') || ''],
|
|
copyrightImgUrl: [this.eduTextbook?.get('copyrightImgUrl') || 'https://www.jyvtc.edu.cn/yssj/resource/cms/2022/01/2022010610314324023.pdf', [Validators.required]],
|
|
copyrightImgUrl: [this.eduTextbook?.get('copyrightImgUrl') || 'https://www.jyvtc.edu.cn/yssj/resource/cms/2022/01/2022010610314324023.pdf', [Validators.required]],
|
|
CIPImgUrl: [this.eduTextbook?.get('CIPImgUrl') || 'https://www.jyvtc.edu.cn/yssj/resource/cms/2022/01/2022010610314324023.pdf', [Validators.required]],
|
|
CIPImgUrl: [this.eduTextbook?.get('CIPImgUrl') || 'https://www.jyvtc.edu.cn/yssj/resource/cms/2022/01/2022010610314324023.pdf', [Validators.required]],
|
|
- // remember: [true],
|
|
|
|
});
|
|
});
|
|
|
|
+ this.onChangeRadio()
|
|
}
|
|
}
|
|
//校验其他省部级及以上项目是否需填
|
|
//校验其他省部级及以上项目是否需填
|
|
onChangeRadio(){
|
|
onChangeRadio(){
|