Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
Commits
17704faa
Commit
17704faa
authored
Aug 20, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:提交8月20日修改
parent
8e9bb301
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
detailModel.vue
src/views/setting/standardTerms/components/detailModel.vue
+0
-14
index.vue
src/views/setting/standardTerms/index.vue
+3
-4
No files found.
src/views/setting/standardTerms/components/detailModel.vue
View file @
17704faa
...
...
@@ -83,20 +83,6 @@ export default {
name
:
''
,
data
(){
return
{
form
:
{
name
:
'123'
,
region
:
'456'
,
date1
:
'789'
,
date2
:
''
,
delivery
:
false
,
type
:
[
{
name
:
123
},
{
name
:
456
},
{
name
:
789
},
],
resource
:
''
,
desc
:
''
},
titleWidth
:
'500px'
,
formLabelWidth
:
'120px'
}
...
...
src/views/setting/standardTerms/index.vue
View file @
17704faa
...
...
@@ -319,6 +319,9 @@ export default {
computed
:
{
...
mapGetters
([
'standard'
,
'standardList'
])
},
created
()
{
this
.
loadData
()
},
methods
:
{
printNode
(
node
){
console
.
log
(
node
)
...
...
@@ -337,7 +340,6 @@ export default {
.
then
(
async
res
=>
{
if
(
res
.
code
===
200
)
{
console
.
log
(
res
.
rows
)
console
.
log
(
this
.
standardList
)
this
.
modelData
=
res
.
rows
// res.rows[0].carReviewStatus = 'FINISH'
// res.rows[0].reviewStatus = 'SIGNED'
...
...
@@ -375,9 +377,7 @@ export default {
}
})
page
=
cache
this
.
chapterOptions
=
tempOptions
forEach
(
page
,(
pageItem
)
=>
{
forEach
(
tempData
,
async
(
tempDataItem
)
=>
{
if
(
tempDataItem
.
chapter
==
pageItem
.
label
){
...
...
@@ -462,7 +462,6 @@ export default {
detail
.
reviewSceneList
=
str
}
})
console
.
log
(
data
)
// if (this.queryParams.type === 'test') {
// this.documentReviewDialogManger.dialogVisible = true
// this.documentReviewDialogManger.dialogEditId = row.id
...
...
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