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 }}
diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue
index 8655c0558..d3f34fa62 100644
--- a/src/views/modules/communityService/measure/index.vue
+++ b/src/views/modules/communityService/measure/index.vue
@@ -235,6 +235,7 @@
>评价
+
已解决
未解决
@@ -573,16 +574,16 @@
label="上传图片"
label-width="150px"
style="display: block"
- prop="attachments"
+ prop="finishAttachments"
v-if="addType != 'finishNoEvaluate'"
>
- form.attachments = val" :limit="3"/>
+ form.finishAttachments = val" :limit="3"/>
@@ -591,7 +592,7 @@
{
@@ -1178,7 +1179,7 @@ export default {
finishDesc: reportType == "self_help" ? "" : this.form.finishDesc,
serviceId: this.form.serviceId,
score: reportType == "self_help" ? 0 : this.form.score,
- attachments: this.form.attachments
+ finishAttachments: this.form.finishAttachments
};
// console.log(_form,'_form')
// return
@@ -1230,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;