Commit 9db4194e authored by liang's avatar liang

bug修复:

1、审核质控查询列表数据显示
2、随访查询修改后点击返回未刷新数据
parent 70e84c2f
......@@ -227,6 +227,7 @@ export default {
} else {
this.columns[this.columns.length - 1].operations[0].label = "审核"
}
this.pageIndex = 1
this.handleSearch()
},
auditHandle(data, i) {
......
......@@ -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 {
......
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