车辆对接

This commit is contained in:
wangshiming
2022-01-05 20:24:23 +08:00
parent 961c21f6df
commit f4e924e314
5 changed files with 106 additions and 61 deletions

View File

@ -801,4 +801,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
remarks: res?.remarks || ''
};
}
choose(){
window.history.go(-1);
}
}