diff --git a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue
index e14e171ef..bb5a32bb3 100644
--- a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue
+++ b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue
@@ -26,9 +26,17 @@
+ v-if="projectInfo.departmentList.length > 0">
当前处理部门:
-
{{ projectInfo.departmentNameList.join("、") }}
+
+
+ {{item.departmentName+'('+ item.staffList.join("、")+')' }}
+
+
+
+
-
+
+
+
+
@@ -327,8 +345,7 @@
-
-
-
- 关闭
- 确定
-
-
-
关闭
-
确定
+
+ 关闭
+ 确定
+
+
-
@@ -630,6 +647,10 @@ export default {
obj.internalRemark = [
{ required: true, message: "请填写内部备注", trigger: "blur" },
];
+ } else if (operateType == "dispose") {
+ obj.publicReply = [
+ { required: true, message: "请填写公开回复", trigger: "blur" },
+ ]
} else {
obj.internalRemark = [
{ required: true, message: "请填写内部备注", trigger: "blur" },
@@ -981,6 +1002,17 @@ export default {
if (code === 0) {
this.projectInfo = data;
+ // this.projectInfo.departmentList = [
+ // {
+ // departmentName: "市北区",
+ // staffList: ["薛松", "刘建军"]
+ // }, {
+ // departmentName: "市北区",
+ // staffList: ["薛松", "刘建军"]
+ // }
+ // ]
+
+
if (data.projectStatus == "pending") {
this.getMyDepartmentList();
this.getAssistanceUnitList();
@@ -1272,3 +1304,10 @@ export default {
src="@/assets/scss/modules/shequzhili/project-info.scss"
scoped
>
+
+