Date: Thu, 13 Jun 2024 10:34:14 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E4=B8=AA=E6=80=A7=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E8=AF=84=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;
From 5be2c5c3578a587c625d364f32a9b84332bacf89 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 13 Jun 2024 14:06:22 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E4=B8=AA=E6=80=A7=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E4=B8=8D=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E9=9C=80=E6=B1=82=E7=B1=BB=E5=88=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/communityService/measure/detail.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/modules/communityService/measure/detail.vue b/src/views/modules/communityService/measure/detail.vue
index 21aaa89ec..e0bcf4172 100644
--- a/src/views/modules/communityService/measure/detail.vue
+++ b/src/views/modules/communityService/measure/detail.vue
@@ -15,7 +15,7 @@
需求类型:
- {{ dataForm.categoryAllName ?dataForm.categoryAllName :'--' }}
+ {{ dataForm.parentCategoryName +'-'+dataForm.firstCategoryName }}