Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
9db4194e
Commit
9db4194e
authored
May 29, 2023
by
liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复:
1、审核质控查询列表数据显示 2、随访查询修改后点击返回未刷新数据
parent
70e84c2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
index.vue
src/views/audit-qualitycontrol/index.vue
+1
-0
ConfigForms.vue
src/views/screening/components/ConfigForms.vue
+1
-5
No files found.
src/views/audit-qualitycontrol/index.vue
View file @
9db4194e
...
...
@@ -227,6 +227,7 @@ export default {
}
else
{
this
.
columns
[
this
.
columns
.
length
-
1
].
operations
[
0
].
label
=
"
审核
"
}
this
.
pageIndex
=
1
this
.
handleSearch
()
},
auditHandle
(
data
,
i
)
{
...
...
src/views/screening/components/ConfigForms.vue
View file @
9db4194e
...
...
@@ -304,7 +304,6 @@ export default {
// console.log('回显2',this.formEdit)
this
.
getMedicalunionList
()
this
.
getCurrentFormByType
(
this
.
formType
)
console
.
log
(
this
.
$route
.
path
)
this
.
infoCompelete
=
this
.
$route
.
path
==
"
/followupentry
"
?
true
:
false
},
methods
:
{
...
...
@@ -320,7 +319,6 @@ export default {
})
},
handleConfirm
(
data
,
done
,
cb
)
{
console
.
log
(
"
提交
"
,
this
.
formType
)
if
(
this
.
formType
==
"
2
"
)
{
this
.
addFollowPatient
(
data
,
done
,
cb
)
}
else
{
...
...
@@ -333,7 +331,6 @@ export default {
},
temporaryConfirm
(
data
,
done
,
cb
)
{
this
.
addPatient
(
data
,
done
,
cb
,
()
=>
{
console
.
log
(
"
临时保存
"
)
this
.
$refs
.
showDialog
.
dialogVisible
=
true
this
.
loading
=
false
})
...
...
@@ -369,7 +366,7 @@ export default {
}
else
{
// 返回
// this.$router.back()
this
.
$emit
(
"
changeShow
"
)
this
.
$emit
(
"
changeShow
"
,
this
.
isUpdated
)
}
},
continueSubmit
()
{
...
...
@@ -392,7 +389,6 @@ export default {
},
// 去查看跳转
viewJump
()
{
console
.
log
(
this
.
patientId
)
if
(
this
.
$route
.
path
==
"
/screening/index
"
)
{
this
.
$store
.
commit
(
"
table/setRefreshFlag
"
,
1
)
}
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