Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-collect
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyi.chen
data-collect
Commits
c7009759
Commit
c7009759
authored
Apr 17, 2024
by
cwy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标详情修改完成
parent
430501a3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
src/api/norm/index.js
+7
-0
src/views/norm/list/details.vue
+0
-1
src/views/norm/list/whole.vue
+0
-0
No files found.
src/api/norm/index.js
View file @
c7009759
...
...
@@ -28,6 +28,13 @@ export function normApi() {
data
,
});
},
normWhole
:
(
data
)
=>
{
return
request
({
url
:
'/api/norm/whole'
,
method
:
'post'
,
data
,
});
},
normEdit
:
(
data
)
=>
{
return
request
({
url
:
'/api/norm/edit'
,
...
...
src/views/norm/list/details.vue
View file @
c7009759
...
...
@@ -196,7 +196,6 @@ const backToPreviousPage = () => {
}
// 详情信息
const
whole
=
()
=>
{
alert
(
111
)
router
.
push
({
path
:
'/norm/list/whole'
,
query
:
{
norm_id
:
state
.
apiData
.
id
}
});
...
...
src/views/norm/list/whole.vue
View file @
c7009759
This diff is collapsed.
Click to expand it.
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