edit
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
<nz-alert nzType="info" nzMessage="提现信息" class="mb-md"></nz-alert>
|
<nz-alert nzType="info" nzMessage="提现信息" class="mb-md"></nz-alert>
|
||||||
<div se-container [labelWidth]="100">
|
<div se-container [labelWidth]="100">
|
||||||
<se label="网络货运人">
|
<se label="网络货运人">
|
||||||
{{formData?.ltdname}}
|
{{formData?.ltdName}}
|
||||||
</se>
|
</se>
|
||||||
<se label="银行类型">
|
<se label="银行类型">
|
||||||
{{formData?.bankType==='1'?'平安银行':'浦发银行'}}
|
{{formData?.bankType==='1'?'平安银行':'浦发银行'}}
|
||||||
|
|||||||
@ -79,8 +79,7 @@ export class SystemStaffStaffModalComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
if (this.i.userId === 0) {
|
if (this.i.userId === 0) {
|
||||||
const params: any = {
|
const params: any = {
|
||||||
...this.sf.value,
|
...this.sf.value
|
||||||
enterpriseId: 0
|
|
||||||
};
|
};
|
||||||
this.service.request(this.service.$api_add_staff, params).subscribe(res => {
|
this.service.request(this.service.$api_add_staff, params).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user