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
5b046d4a
authored
2025-08-20 13:07:18 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
入表功调整
1 parent
c4eb6d2f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/api/modules/dataEntry.ts
src/views/data_entry/index.vue
src/api/modules/dataEntry.ts
View file @
5b046d4
...
...
@@ -8,10 +8,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
})
/** 获取成本项详情 */
...
...
@@ -83,4 +82,4 @@ export const deleteValuationMode = (params) => request({
export
const
getValuationModelDetail
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/valuation-model/detail?guid=
${
params
.
guid
}
`
,
method
:
'get'
})
\ No newline at end of file
})
...
...
src/views/data_entry/index.vue
View file @
5b046d4
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