This commit is contained in:
wangshiming
2022-04-26 20:29:51 +08:00
parent 5969a77c6b
commit 3ffde89a21
2 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,7 @@ export class VehicleComponentsAuditDetailComponent implements OnInit, OnDestroy
reset() {
this.detailData = { ...this.tempalateData };
this.isEdit = false;
this.getDetailList();
}
save() {

View File

@ -247,6 +247,7 @@ export class VehicleComponentsListDetailComponent implements OnInit {
reset() {
this.detailData = { ...this.tempalateData };
this.isEdit = false;
this.getDetailList();
}
save() {