批量审核
This commit is contained in:
@ -2,7 +2,7 @@ import { Router } from '@angular/router';
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-05 11:01:55
|
||||
* @LastEditTime: 2022-01-10 15:56:26
|
||||
* @LastEditTime: 2022-01-18 16:37:53
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\contract-management\components\contract-template-detail\contract-template-detail.component.ts
|
||||
@ -52,13 +52,10 @@ export class ContractManagementDetailComponent implements OnInit {
|
||||
|
||||
initData(url: string) {
|
||||
this.service.request(url, {id: this.route.snapshot.params.id}).subscribe((res) => {
|
||||
console.log(res)
|
||||
if(res) {
|
||||
this.detailList = res;
|
||||
this.detailList = res;
|
||||
let value :any= JSON.parse(res.contractParameter)
|
||||
console.log(value['${code}'])
|
||||
console.log(value['${name}'])
|
||||
this.code = value['${code}']
|
||||
this.name =value['${name}']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user