Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
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
songrui
frontend-h5
Commits
bfe5a7a8
Commit
bfe5a7a8
authored
Dec 31, 2024
by
songrui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
5fe41d6c
7031af01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Doctor.vue
src/doctor/Doctor.vue
+1
-1
GuideTextVideo.vue
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
+4
-3
No files found.
src/doctor/Doctor.vue
View file @
bfe5a7a8
...
...
@@ -61,7 +61,7 @@ export default {
}
}
if
(
token
)
{
sessionStorage
.
setItem
(
'token'
,
token
)
sessionStorage
.
setItem
(
'token'
,
token
)
const
res
=
await
getDict
()
this
.
store
.
$patch
({
dict
:
res
.
data
||
{}
})
const
user
=
await
getAuthInfo
()
...
...
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
View file @
bfe5a7a8
...
...
@@ -188,6 +188,8 @@
</template>
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common'
import
{
useStore
}
from
'@/doctor/store'
import
DocDrug
from
'@/doctor/components/docDrug/DocDrug'
...
...
@@ -489,8 +491,7 @@ export default {
},
submit
()
{
return
new
Promise
((
resolve
,
reject
)
=>
{
console
.
log
(
this
.
form
)
if
(
this
.
form
.
contentList
&&
this
.
form
.
contentList
.
length
>
1
)
{
if
(
this
.
form
.
contentList
&&
this
.
form
.
contentList
.
length
>
1
)
{
this
.
rules
.
templateContent
[
0
].
required
=
false
}
else
{
this
.
rules
.
templateContent
[
0
].
required
=
true
...
...
@@ -580,7 +581,7 @@ export default {
}
resolve
(
query
)
}).
catch
(
e
=>
{
console
.
log
(
'GuideTextVideo'
,
e
)
console
.
log
(
'GuideTextVideo'
,
e
)
})
}
}
...
...
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