From 1beee8d0d59bd28fa28b014b00643b5a23536a2d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 13 Jun 2024 10:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E6=80=A7=E9=9C=80=E6=B1=82=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E6=B2=A1=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/measure/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index 1769538e8..d3f34fa62 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -1231,6 +1231,7 @@ export default { else if (this.addType == "edit") this.editCate(); else if (this.addType == "appoint") this.appointAjax(); else if (this.addType == "finish") this.finishAjax(); + else if (this.addType == "finishNoEvaluate") this.finishAjax(); } else { console.log("error submit!!"); return false;