This commit is contained in:
Taric Xin
2022-01-05 20:03:53 +08:00
parent ecce96705e
commit 7d07ca73dc
2 changed files with 2 additions and 3 deletions

View File

@ -79,8 +79,7 @@ export class SystemStaffStaffModalComponent implements OnInit {
}
if (this.i.userId === 0) {
const params: any = {
...this.sf.value,
enterpriseId: 0
...this.sf.value
};
this.service.request(this.service.$api_add_staff, params).subscribe(res => {
if (res) {