Commit b94220a1 authored by wangqinghua's avatar wangqinghua

update

parent 3d887bdf
...@@ -22,12 +22,14 @@ export class SeparationComponent implements OnInit { ...@@ -22,12 +22,14 @@ export class SeparationComponent implements OnInit {
second = { second = {
id:"", id:"",
scValue:null, scValue:null,
check:null check:null,
comment:"",
}; };
third = { third = {
id:"", id:"",
scValue:null, scValue:null,
check:null check:null,
comment:"",
}; };
constructor(private systemSer: SystemService,private message:NzMessageService) { constructor(private systemSer: SystemService,private message:NzMessageService) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment