传递organizationId
This commit is contained in:
@ -109,6 +109,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
|
||||
];
|
||||
const initChatUI = (record:any)=>{//智慧客服-创建临时表单
|
||||
let roleAuthority: any | null = sessionStorage.getItem('roleAuthority');
|
||||
let data = getSessionUserData();
|
||||
const inputList = [
|
||||
{
|
||||
label:null,
|
||||
@ -116,6 +117,12 @@ const InvoiceSupplier: React.FC<{}> = () => {
|
||||
isEncode:false,
|
||||
paraVal:'eBid',
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'organizationId',
|
||||
isEncode:false,
|
||||
paraVal: data.organizationId,
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'tenderAgencyId',
|
||||
|
Reference in New Issue
Block a user