解决冲突
This commit is contained in:
@ -49,7 +49,7 @@ export class ContractManagementTemplateFrameComponent implements OnInit {
|
||||
*/
|
||||
get reqParams() {
|
||||
return {
|
||||
templateType: 'MX',
|
||||
templateType: 'kj',
|
||||
...this.sf?.value,
|
||||
};
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ export class ContractManagementTemplateDetailComponent implements OnInit {
|
||||
*/
|
||||
get reqParams() {
|
||||
return {
|
||||
templateType: 'KJ',
|
||||
templateType: 'MX',
|
||||
...this.sf?.value,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user