Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c536cd5a
authored
Mar 15, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
5c9cc0f6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
28 deletions
src/views/reviewArchiFollowCheck/index.vue
src/views/reviewArchiFollowCheck/tab1.vue
src/views/reviewArchiFollowCheck/tab2.vue
src/views/reviewArchiFollowCheck/tab3.vue
src/views/reviewArchiFollowCheck/tab4.vue
src/views/reviewArchiFollowCheck/tab5.vue
src/views/reviewArchiFollowCheck/index.vue
View file @
c536cd5
...
...
@@ -269,14 +269,14 @@ export default {
}
const
prjId
=
this
.
selectRows
[
0
].
prjId
;
this
.
$router
.
push
(
`/main/reviewArchiFollowCheckDetails?prjId=
${
prjId
}
&type=1
&state=1
`
,
`/main/reviewArchiFollowCheckDetails?prjId=
${
prjId
}
&type=1`
,
()
=>
{},
()
=>
{}
);
},
check
(
row
,
type
)
{
//查看点击
this
.
$router
.
push
(
`/main/reviewArchiFollowCheckDetails?prjId=
${
row
.
prjId
}
&type=
${
type
}
&state=2
`
,
`/main/reviewArchiFollowCheckDetails?prjId=
${
row
.
prjId
}
&type=
${
type
}
`
,
()
=>
{},
()
=>
{}
);
...
...
src/views/reviewArchiFollowCheck/tab1.vue
View file @
c536cd5
...
...
@@ -64,12 +64,7 @@ export default {
this
.
prjId
=
this
.
$route
.
query
.
prjId
;
this
.
getRightGraph
(
5
);
const
state
=
this
.
$route
.
query
.
state
;
if
(
state
==
2
)
{
this
.
getDetails
();
}
},
methods
:
{
getDetails
()
{
//查看详情,从表格跳转过来的
...
...
src/views/reviewArchiFollowCheck/tab2.vue
View file @
c536cd5
...
...
@@ -64,17 +64,12 @@ export default {
this
.
prjId
=
this
.
$route
.
query
.
prjId
;
this
.
getRightGraph
(
5
);
const
state
=
this
.
$route
.
query
.
state
;
if
(
state
==
2
)
{
this
.
getDetails
();
}
},
methods
:
{
getDetails
()
{
//查看详情,从表格跳转过来的
const
params
=
{
archiPrjReviewEnum
:
'
SECURITY_ARCHITECTURE_CONFORMANCE
'
,
archiPrjReviewEnum
:
'
DEPLOYMENT_ARCHITECTURE_REVIEW
'
,
prjId
:
this
.
prjId
,
}
queryReviewArchiFollowCheckRightSuggestionDetails
(
params
).
then
(
res
=>
{
...
...
src/views/reviewArchiFollowCheck/tab3.vue
View file @
c536cd5
...
...
@@ -65,16 +65,12 @@ export default {
this
.
getRightGraph
(
4
);
const
state
=
this
.
$route
.
query
.
state
;
if
(
state
==
2
)
{
this
.
getDetails
();
}
},
methods
:
{
getDetails
()
{
//查看详情,从表格跳转过来的
const
params
=
{
archiPrjReviewEnum
:
'
SECURITY
_ARCHITECTURE_CONFORMANCE'
,
archiPrjReviewEnum
:
'
TECHNICAL
_ARCHITECTURE_CONFORMANCE'
,
prjId
:
this
.
prjId
,
}
queryReviewArchiFollowCheckRightSuggestionDetails
(
params
).
then
(
res
=>
{
...
...
src/views/reviewArchiFollowCheck/tab4.vue
View file @
c536cd5
...
...
@@ -65,16 +65,12 @@ export default {
this
.
getRightGraph
(
2
);
const
state
=
this
.
$route
.
query
.
state
;
if
(
state
==
2
)
{
this
.
getDetails
();
}
},
methods
:
{
getDetails
()
{
//查看详情,从表格跳转过来的
const
params
=
{
archiPrjReviewEnum
:
'
SECURITY
_ARCHITECTURE_CONFORMANCE'
,
archiPrjReviewEnum
:
'
APPLICATION
_ARCHITECTURE_CONFORMANCE'
,
prjId
:
this
.
prjId
,
}
queryReviewArchiFollowCheckRightSuggestionDetails
(
params
).
then
(
res
=>
{
...
...
src/views/reviewArchiFollowCheck/tab5.vue
View file @
c536cd5
...
...
@@ -65,16 +65,12 @@ export default {
this
.
getRightGraph
(
3
);
const
state
=
this
.
$route
.
query
.
state
;
if
(
state
==
2
)
{
this
.
getDetails
();
}
},
methods
:
{
getDetails
()
{
//查看详情,从表格跳转过来的
const
params
=
{
archiPrjReviewEnum
:
'
SECURITY
_ARCHITECTURE_CONFORMANCE'
,
archiPrjReviewEnum
:
'
PHYSICAL_DATA
_ARCHITECTURE_CONFORMANCE'
,
prjId
:
this
.
prjId
,
}
queryReviewArchiFollowCheckRightSuggestionDetails
(
params
).
then
(
res
=>
{
...
...
Write
Preview
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