From 9db4194e7e1509cd42c537f1b654e6900bc55f8c Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Mon, 29 May 2023 16:46:17 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=EF=BC=9A=201=E3=80=81?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=B4=A8=E6=8E=A7=E6=9F=A5=E8=AF=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=202=E3=80=81?= =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=BF=94=E5=9B=9E=E6=9C=AA=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit-qualitycontrol/index.vue | 1 + src/views/screening/components/ConfigForms.vue | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/audit-qualitycontrol/index.vue b/src/views/audit-qualitycontrol/index.vue index 103ff56..671fb9d 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 0e5442b..5fb86cb 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 { -- 2.22.0