Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
30733ac9
Commit
30733ac9
authored
Dec 03, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
535748dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
.env.production
ruoyi-ui/.env.production
+2
-1
index.vue
ruoyi-ui/src/views/system/wzzry/index.vue
+14
-4
No files found.
ruoyi-ui/.env.production
View file @
30733ac9
...
...
@@ -5,4 +5,5 @@ VUE_APP_TITLE = 高新区数据管理系统
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://110.249.132.101:10069'
VUE_APP_BASE_API = 'http://110.249.132.101:10069'
# VUE_APP_BASE_API = 'http://124.71.16.228:18081'
ruoyi-ui/src/views/system/wzzry/index.vue
View file @
30733ac9
...
...
@@ -858,9 +858,14 @@ export default {
let
list
=
[]
this
.
basicDiseaseName
=
[]
list
=
item
.
basicDisease
.
split
(
','
)
const
list1
=
this
.
basicdiseaseOptions
.
map
(
item
=>
item
.
dictValue
)
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
const
name
=
this
.
basicdiseaseOptions
.
find
(
optionItem
=>
optionItem
.
dictValue
===
list
[
i
]).
dictLabel
this
.
basicDiseaseName
.
push
(
name
)
if
(
list1
.
includes
(
list
[
i
]))
{
const
name
=
this
.
basicdiseaseOptions
.
find
(
optionItem
=>
optionItem
.
dictValue
===
list
[
i
]).
dictLabel
this
.
basicDiseaseName
.
push
(
name
)
}
else
{
this
.
basicDiseaseName
.
push
(
''
)
}
}
this
.
$set
(
item
,
'basicDiseaseName'
,
this
.
basicDiseaseName
)
}
else
{
...
...
@@ -870,9 +875,14 @@ export default {
let
list
=
[]
this
.
hospitalName
=
[]
list
=
item
.
hospital
.
split
(
','
)
const
list2
=
this
.
hospitalOptions
.
map
(
item
=>
item
.
dictValue
)
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
const
name
=
this
.
hospitalOptions
.
find
(
optionItem
=>
optionItem
.
dictValue
===
list
[
i
]).
dictLabel
this
.
hospitalName
.
push
(
name
)
if
(
list2
.
includes
(
list
[
i
]))
{
const
name
=
this
.
hospitalOptions
.
find
(
optionItem
=>
optionItem
.
dictValue
===
list
[
i
]).
dictLabel
this
.
hospitalName
.
push
(
name
)
}
else
{
this
.
hospitalName
.
push
(
''
)
}
}
this
.
$set
(
item
,
'hospitalName'
,
this
.
hospitalName
)
}
else
{
...
...
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