fix bug
This commit is contained in:
@ -249,8 +249,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
add() {
|
add() {
|
||||||
this.modalHelper.create(CarSettleAddDriverComponent, { size: 900 }).subscribe((res) => {
|
this.modalHelper.create(CarSettleAddDriverComponent, { size: 900 }).subscribe((res) => {
|
||||||
// this.initData()
|
this.st.load();
|
||||||
console.log(res)
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
private initST(): STColumn[] {
|
private initST(): STColumn[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user