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
d4089e8e
Commit
d4089e8e
authored
Aug 21, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 提交8月21日修改
parent
251390f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
src/views/setting/standardTerms/index.vue
+7
-1
No files found.
src/views/setting/standardTerms/index.vue
View file @
d4089e8e
...
...
@@ -408,7 +408,13 @@ export default {
}
})
page
=
cache
this
.
chapterOptions
=
tempOptions
if
(
this
.
chapterOptions
.
length
<
tempOptions
.
length
||
this
.
chapterOptions
.
length
==
0
){
this
.
chapterOptions
=
tempOptions
}
forEach
(
page
,(
pageItem
)
=>
{
// 继续加工数据,对page容器中的每条数据pageItem处理
forEach
(
tempData
,
async
(
tempDataItem
)
=>
{
// 对临时数据tempData中每条数据tempDataItem处理
if
(
tempDataItem
.
chapter
==
pageItem
.
label
){
// 当pageItem和tempDataItem章节属性匹配时,将tempDataItem数据进行模板化并储存到page容器中
...
...
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