+
+ 办理人电话:
+
{{ item.manageResiTel }}
@@ -421,7 +437,7 @@ function iniData() {
issuePageType: "",
issueDetailData: {},
- editProcessData:{}
+ editProcessData: {},
};
}
@@ -514,7 +530,10 @@ export default {
if (code === 0) {
this.projectProcess = data.map((item) => {
- if (typeof item.manageStatus=='number' && item.processName == "回复") {
+ if (
+ typeof item.manageStatus == "number" &&
+ item.processName == "回复"
+ ) {
item.manageStatusName =
replyOptions[item.manageStatus].label;
}
@@ -712,7 +731,9 @@ export default {
this.replayInfo.icEventId = this.eventId;
console.log("replayInfo", this.replayInfo);
//回复属性赋值
- let url = this.replayInfo.processId ? "/gov/project/icEvent/updateReply" : "/gov/project/icEvent/reply";
+ let url = this.replayInfo.processId
+ ? "/gov/project/icEvent/updateReply"
+ : "/gov/project/icEvent/reply";
await this.submitDispose(url, this.replayInfo);
} else if (this.formData.operationType === "1") {
this.replayInfo = {};
@@ -763,9 +784,9 @@ export default {
}
},
- editProcess(obj){
- this.editProcessData = obj;
- },
+ editProcess(obj) {
+ this.editProcessData = obj;
+ },
handleClose() {
if (this.pageTypeCopy === "add") {
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue
index 41fb71d..64ae4b5 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue
@@ -61,6 +61,32 @@
>
+
+
+
+
+
+
+
+
+
+