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
33eb137b
Commit
33eb137b
authored
Sep 05, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
8ee23d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
check-item.vue
...rvice-management/medical-record-management/check-item.vue
+3
-2
No files found.
src/views/service-management/medical-record-management/check-item.vue
View file @
33eb137b
...
@@ -315,7 +315,7 @@ export default {
...
@@ -315,7 +315,7 @@ export default {
sort
:
''
,
sort
:
''
,
status
:
'1'
,
status
:
'1'
,
content
:
''
,
content
:
''
,
itemType
:
'
0
'
itemType
:
'
2
'
}]
}]
}
}
this
.
isLoading
=
false
this
.
isLoading
=
false
...
@@ -474,7 +474,7 @@ export default {
...
@@ -474,7 +474,7 @@ export default {
},
},
// 新增项目
// 新增项目
handleAddItem
()
{
handleAddItem
()
{
if
(
this
.
$store
.
state
.
user
.
userType
!==
'00'
)
{
if
(
!
this
.
isPlatRole
)
{
this
.
form
.
settingList
.
push
({
this
.
form
.
settingList
.
push
({
name
:
''
,
name
:
''
,
type
:
'0'
,
type
:
'0'
,
...
@@ -497,6 +497,7 @@ export default {
...
@@ -497,6 +497,7 @@ export default {
itemType
:
'2'
itemType
:
'2'
})
})
}
}
console
.
log
(
'thisForm'
,
this
.
form
)
},
},
// 提交
// 提交
handleSubmit
()
{
handleSubmit
()
{
...
...
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