Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
01d0ef3a
Commit
01d0ef3a
authored
Jul 02, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
月计划、计划完成情况主模块注释
parent
ad485c9f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
biddingPlan.ts
src/api/project/biddingPlan.ts
+9
-2
biddingPlan.ts
src/api/project/detail/biddingPlan.ts
+5
-2
No files found.
src/api/project/biddingPlan.ts
View file @
01d0ef3a
...
...
@@ -15,8 +15,15 @@ enum Api {
export
const
getListByPage
=
(
params
?:
ProjectPageParams
)
=>
defHttp
.
post
<
ListGetResultModel
>
({
url
:
Api
.
GetList
,
data
:
params
});
export
const
getListTenderPlanGetList
=
(
params
?:
ProjectPageParams
)
=>
defHttp
.
post
<
ListGetResultModel
>
({
url
:
Api
.
tenderPlanGetList
,
data
:
params
});
/*export const getListTenderPlanGetList = (params?: ProjectPageParams) =>
defHttp.post<ListGetResultModel>({ url: Api.tenderPlanGetList, data: params });*/
//招标计划列表接口
export
const
getListTenderPlanGetList
=
(
params
)
=>
defHttp
.
post
({
url
:
Api
.
tenderPlanGetList
,
params
,
});
export
const
addItem
=
(
params
?:
any
)
=>
defHttp
.
post
<
ProjectModel
>
({
url
:
Api
.
AddProject
,
...
...
src/api/project/detail/biddingPlan.ts
View file @
01d0ef3a
...
...
@@ -8,8 +8,11 @@ enum Api {
}
//招标计划列表接口
export
const
tenderPlanList
=
(
params
?:
ProjectPageParams
)
=>
defHttp
.
post
<
ListGetResultModel
>
({
url
:
Api
.
LIST
,
data
:
params
});
export
const
tenderPlanList
=
(
params
)
=>
defHttp
.
post
({
url
:
Api
.
LIST
,
params
,
});
//招标计划详情接口
export
const
tenderPlanDetail
=
(
params
)
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment