Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-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
刘怀志
pet-business-web
Commits
695f4339
Commit
695f4339
authored
Sep 14, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
6daaabcb
7dac0dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+4
-2
No files found.
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
695f4339
...
@@ -669,7 +669,7 @@ import { getAreNameById, getAreTreeStructure, getDevice, updateDevice } from '@/
...
@@ -669,7 +669,7 @@ import { getAreNameById, getAreTreeStructure, getDevice, updateDevice } from '@/
import
{
regionData
}
from
'element-china-area-data'
import
{
regionData
}
from
'element-china-area-data'
import
{
getInfo
}
from
'@/api/login'
import
{
getInfo
}
from
'@/api/login'
import
{
listCheckManage
}
from
'@/api/business/manage'
import
{
listCheckManage
}
from
'@/api/business/manage'
import
{
isEmpty
,
parseTime
}
from
'@/utils/ruoyi'
import
{
isEmpty
,
parse
StrEmpty
,
parse
Time
}
from
'@/utils/ruoyi'
import
{
deepClone
}
from
'@/utils'
import
{
deepClone
}
from
'@/utils'
import
{
listItem
}
from
'@/api/business/item'
import
{
listItem
}
from
'@/api/business/item'
import
{
mapGetters
}
from
'vuex'
import
{
mapGetters
}
from
'vuex'
...
@@ -1110,15 +1110,17 @@ export default {
...
@@ -1110,15 +1110,17 @@ export default {
this
.
addtions
.
names
=
addressText
this
.
addtions
.
names
=
addressText
this
.
city
=
city
this
.
city
=
city
}
)
}
)
console
.
log
(
'服务地点名字'
,
this
.
addtions
.
names
)
}
,
}
,
// 提交
// 提交
submitForm
()
{
submitForm
()
{
console
.
log
(
'服务地点名字'
,
this
.
addtions
.
names
)
const
form
=
deepClone
(
this
.
form
)
const
form
=
deepClone
(
this
.
form
)
if
(
form
.
selectedOptions
!=
null
)
{
if
(
form
.
selectedOptions
!=
null
)
{
form
.
addressCode
=
form
.
selectedOptions
.
join
(
','
)
form
.
addressCode
=
form
.
selectedOptions
.
join
(
','
)
}
}
if
(
this
.
addtions
.
names
!=
null
)
{
if
(
parseStrEmpty
(
this
.
addtions
.
names
)
!==
''
)
{
form
.
addressText
=
this
.
addtions
.
names
form
.
addressText
=
this
.
addtions
.
names
}
}
if
(
!
isEmpty
(
form
.
checkType
))
{
if
(
!
isEmpty
(
form
.
checkType
))
{
...
...
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