Commit 92879cf9 authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、复筛高危随访 触发列表的刷新

parent 17e980ff
......@@ -576,9 +576,9 @@ export default {
{ title: '详细地址', key: 'permanentAddress' }
],
columnsOrg: [
{ title: '随访单位', key: 'screenUnitName' },
{ title: '随访科室', key: 'screenOfficeName' },
{ title: '随访医生', key: 'screenDoctorName' }
{ title: '随访单位', key: 'visitUnitName' },
{ title: '随访科室', key: 'visitOfficeName' },
{ title: '随访医生', key: 'visitDoctorName' }
],
highRiskList: []
}
......
......@@ -217,11 +217,13 @@ export default {
if (!params.id) {
saveHighSpecificVisit(params).then(res => {
this.$message.success('新增成功')
this.store.onRefreshMark()
this.toNext(4)
})
} else {
updateHighSpecificVisit(params).then(res => {
this.$message.success('修改成功')
this.store.onRefreshMark()
this.toNext(4)
})
}
......
......@@ -212,11 +212,13 @@ export default {
if (!params.id) {
saveSecondScreening(params).then(res => {
this.$message.success('新增成功')
this.store.onRefreshMark()
this.toNext(4)
})
} else {
updateSecondScreening(params).then(res => {
this.$message.success('修改成功')
this.store.onRefreshMark()
this.toNext(4)
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment