客服加参数
This commit is contained in:
@ -353,6 +353,12 @@ const ProjectDocumentation: React.FC = () => {
|
||||
isEncode:false,
|
||||
paraVal:JSON.parse(roleAuthority)[0],
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'province',
|
||||
isEncode:false,
|
||||
paraVal:record.province,
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'module',
|
||||
|
@ -182,6 +182,12 @@ const PurchasingManagerEnquiries: React.FC = () => {
|
||||
isEncode:false,
|
||||
paraVal:JSON.parse(roleAuthority)[0],
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'province',
|
||||
isEncode:false,
|
||||
paraVal:record.province,
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'module',
|
||||
|
Reference in New Issue
Block a user