diff --git a/src/views/audit-qualitycontrol/index.vue b/src/views/audit-qualitycontrol/index.vue index 103ff56fdbdae53242da4e0804230db15029d1f9..671fb9ddabf7c8fee39e0f3f95526537358a2afc 100644 --- a/src/views/audit-qualitycontrol/index.vue +++ b/src/views/audit-qualitycontrol/index.vue @@ -227,6 +227,7 @@ export default { } else { this.columns[this.columns.length - 1].operations[0].label = "审核" } + this.pageIndex = 1 this.handleSearch() }, auditHandle(data, i) { diff --git a/src/views/screening/components/ConfigForms.vue b/src/views/screening/components/ConfigForms.vue index 0e5442bc6f38f5ee35b6da0f0ab0b78379ac7e3e..5fb86cbf4a041a25948265f65ba4cf6e6d3368cc 100644 --- a/src/views/screening/components/ConfigForms.vue +++ b/src/views/screening/components/ConfigForms.vue @@ -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 {