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
638335cc
authored
2025-08-20 13:10:29 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
入表功调整
1 parent
812516c7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/api/modules/dataEntry.ts
src/views/data_entry/index.vue
src/api/modules/dataEntry.ts
View file @
638335c
...
...
@@ -9,10 +9,9 @@ export const getAssetCatalog = (params= {}) => request({
})
/** 获取成本项列表 */
export
const
getCostList
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/tableentry-index-classify/
page-
list`
,
export
const
getCostList
=
()
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/tableentry-index-classify/list`
,
method
:
'post'
,
data
:
params
})
/** 获取成本项详情 */
...
...
src/views/data_entry/index.vue
View file @
638335c
This diff is collapsed.
Click to expand it.
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