Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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-project
Commits
32786cfe
Commit
32786cfe
authored
Oct 23, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安全隐患页面公司名称列表问题
parent
778e1b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/potentialSafety/index.vue
+7
-7
No files found.
src/views/potentialSafety/index.vue
View file @
32786cfe
...
@@ -113,13 +113,7 @@ const formSchema = ref([
...
@@ -113,13 +113,7 @@ const formSchema = ref([
ifShow
:
deptId
===
'100'
,
ifShow
:
deptId
===
'100'
,
componentProps
:
{
componentProps
:
{
placeholder
:
'公司名称'
,
placeholder
:
'公司名称'
,
options
:
[
options
:
[],
{
label
:
'公司名称'
,
value
:
'公司名称'
,
key
:
'公司名称'
,
},
],
},
},
colProps
:
{
span
:
4
},
colProps
:
{
span
:
4
},
},
},
...
@@ -146,6 +140,12 @@ const { push } = useRouter();
...
@@ -146,6 +140,12 @@ const { push } = useRouter();
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
columns
.
value
=
columnsDate
columns
.
value
=
columnsDate
formSchema
.
value
[
2
].
componentProps
.
options
=
await
getDepartmentList
();
formSchema
.
value
[
2
].
componentProps
.
options
=
await
getDepartmentList
();
formSchema
.
value
[
2
].
componentProps
.
options
=
formSchema
.
value
[
2
].
componentProps
.
options
.
map
(
item
=>
({
key
:
item
.
value
,
value
:
item
.
label
,
label
:
item
.
label
}));
console
.
log
(
'====-----'
,
formSchema
.
value
[
2
])
getStatisticList
();
getStatisticList
();
});
});
// 导出
// 导出
...
...
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