Commit 9db4194e authored by liang's avatar liang

bug修复:

1、审核质控查询列表数据显示
2、随访查询修改后点击返回未刷新数据
parent 70e84c2f
...@@ -227,6 +227,7 @@ export default { ...@@ -227,6 +227,7 @@ export default {
} else { } else {
this.columns[this.columns.length - 1].operations[0].label = "审核" this.columns[this.columns.length - 1].operations[0].label = "审核"
} }
this.pageIndex = 1
this.handleSearch() this.handleSearch()
}, },
auditHandle(data, i) { auditHandle(data, i) {
......
...@@ -304,7 +304,6 @@ export default { ...@@ -304,7 +304,6 @@ export default {
// console.log('回显2',this.formEdit) // console.log('回显2',this.formEdit)
this.getMedicalunionList() this.getMedicalunionList()
this.getCurrentFormByType(this.formType) this.getCurrentFormByType(this.formType)
console.log(this.$route.path)
this.infoCompelete = this.$route.path == "/followupentry" ? true : false this.infoCompelete = this.$route.path == "/followupentry" ? true : false
}, },
methods: { methods: {
...@@ -320,7 +319,6 @@ export default { ...@@ -320,7 +319,6 @@ export default {
}) })
}, },
handleConfirm(data, done, cb) { handleConfirm(data, done, cb) {
console.log("提交", this.formType)
if (this.formType == "2") { if (this.formType == "2") {
this.addFollowPatient(data, done, cb) this.addFollowPatient(data, done, cb)
} else { } else {
...@@ -333,7 +331,6 @@ export default { ...@@ -333,7 +331,6 @@ export default {
}, },
temporaryConfirm(data, done, cb) { temporaryConfirm(data, done, cb) {
this.addPatient(data, done, cb, () => { this.addPatient(data, done, cb, () => {
console.log("临时保存")
this.$refs.showDialog.dialogVisible = true this.$refs.showDialog.dialogVisible = true
this.loading = false this.loading = false
}) })
...@@ -369,7 +366,7 @@ export default { ...@@ -369,7 +366,7 @@ export default {
} else { } else {
// 返回 // 返回
// this.$router.back() // this.$router.back()
this.$emit("changeShow") this.$emit("changeShow", this.isUpdated)
} }
}, },
continueSubmit() { continueSubmit() {
...@@ -392,7 +389,6 @@ export default { ...@@ -392,7 +389,6 @@ export default {
}, },
// 去查看跳转 // 去查看跳转
viewJump() { viewJump() {
console.log(this.patientId)
if (this.$route.path == "/screening/index") { if (this.$route.path == "/screening/index") {
this.$store.commit("table/setRefreshFlag", 1) this.$store.commit("table/setRefreshFlag", 1)
} else { } 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