批量审核

This commit is contained in:
wangshiming
2022-01-18 16:55:18 +08:00
parent bcad306ae5
commit ae8d1eef2a
28 changed files with 4 additions and 444 deletions

View File

@ -26,7 +26,6 @@ export class SettingFinancialComponent implements OnInit {
this.initSF(this.i);
}
initSF(staff: any) {
console.log(staff);
this.schema = {
properties: {
name: {
@ -90,7 +89,6 @@ export class SettingFinancialComponent implements OnInit {
staffName: this.sf.value.name
};
// this.service.request(this.service.$api_addStaff, params).subscribe((res) => {
// console.log(res);
// if (res) {
// this.service.msgSrv.success('保存成功!');
// this.modal.close(true);