diff --git a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
index 7c0a261ce..7b77ee283 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue
@@ -57,7 +57,7 @@
- 短信通知部门负责人
+ 短信通知部门负责人
@@ -81,7 +81,7 @@ export default {
timeLimit:'',//办结时限
deptId:'', //指派部门
deptName:'',
- sendMsg:false
+ sendMsg:0
},
orgOptions: [],
orgOptionProps: {
@@ -155,6 +155,8 @@ export default {
this.getOrgTreeList();
if (this.eventId) {
this.eventDetailCopy = JSON.parse(JSON.stringify(this.eventDetailData));
+ this.formData.handlingReq = this.eventDetailCopy.handlingReq;
+ this.formData.transferAdvice = this.eventDetailCopy.transferAdvice;
}
},
methods: {
diff --git a/src/views/modules/shequzhili/event/cpts/process-form-process.vue b/src/views/modules/shequzhili/event/cpts/process-form-process.vue
index 7451a9bca..2b81d5bca 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form-process.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form-process.vue
@@ -258,11 +258,11 @@ export default {
if (res.code === 0 && res.msg === "success") {
console.log("res.data.url", res.data.url);
this.imgList.push({
- format: file.name.split(".").pop(),
- name: file.name,
+ attachmentFormat: file.name.split(".").pop(),
+ attachmentName: file.name,
size: file.size,
- type: file.raw.type,
- url: res.data.url,
+ attachmentType: file.raw.type,
+ attachmentUrl: res.data.url,
});
console.log(this.formData.files);
} else {
diff --git a/src/views/modules/shequzhili/event/cpts/process-form.vue b/src/views/modules/shequzhili/event/cpts/process-form.vue
index 5cd13b04b..40228d751 100644
--- a/src/views/modules/shequzhili/event/cpts/process-form.vue
+++ b/src/views/modules/shequzhili/event/cpts/process-form.vue
@@ -145,7 +145,6 @@ export default {
this.operationType = val;
},
async getProcessInfo() {
- debugger
this.okflag = false
if (this.operationType === '9') {
this.$refs.process_form_contact.getReplayInfo()
diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue
index 72a74b60f..4888a7b15 100644
--- a/src/views/modules/shequzhili/event/eventList.vue
+++ b/src/views/modules/shequzhili/event/eventList.vue
@@ -526,7 +526,7 @@ export default {
//加载组织数据
async handleDispose(row,type) {
- this.eventId = '1817808353882152962';
+ this.eventId = '1817808567393198082';
const url = "/governance/icEvent/detail";
const { data, code, msg } = await requestPost(url, {
icEventId: this.eventId,