Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5c69119e
authored
2025-12-11 15:22:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改获取企业人员的下拉列表
1 parent
8211b987
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/modules/dataSmartContract.ts
src/api/modules/dataSmartContract.ts
View file @
5c69119
...
...
@@ -218,7 +218,7 @@ export const continueContractNegotiate = (params) => request({
/** 获取可选的企业下拉列表,认证过之后带标识的 */
export
const
getContractTenantList
=
(
tenantName
=
''
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_
DIGITAL_CONTRACT
_URL
}
/tenant/get-enterprise?tenantName=
${
tenantName
}
`
,
url
:
`
${
import
.
meta
.
env
.
VITE_APP_
PERSONAL
_URL
}
/tenant/get-enterprise?tenantName=
${
tenantName
}
`
,
method
:
'get'
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment