diff --git a/src/views/wpm_bx/index.vue b/src/views/wpm_bx/index.vue index 4527ff23..2b6f2c96 100644 --- a/src/views/wpm_bx/index.vue +++ b/src/views/wpm_bx/index.vue @@ -14,7 +14,10 @@ v-if="values == '日志'&&componentsShow" :mgroupName="mgroupName" :mgroupId="mgroupId" + :deptId="mgroupDept" + :process = "mgroupProcess" :mgroup_code="mgroup_code" + :mgroupMtype = "mgroupMtype" id="mlogs" style="height: 100%" > @@ -39,6 +42,8 @@ :mgroupId="mgroupId" :deptId = "mgroupDept" :mgroupName="mgroupName" + :process = "mgroupProcess" + :mgroup_code="mgroup_code" id="mtask" style="height: 40%;display: none;" > @@ -47,6 +52,8 @@ v-else-if="values == '交接记录'&&componentsShow" :mgroupName="mgroupName" :mgroupId="mgroupId" + :deptId="mgroupDept" + :process = "mgroupProcess" :mgroup_code="mgroup_code" > @@ -94,6 +101,7 @@ export default { selectedIndex:0, mgroup_code:'', mgroupDept:'', + mgroupMtype:'', componentsShow:false, mtaskVisible:false }; @@ -121,6 +129,7 @@ export default { that.mgroupId = res[0].id; that.mgroupProcess = res[0].process; that.mgroupDept = res[0].belong_dept; + that.mgroupMtype = res[0].mtype; that.componentsShow = true; }); }, diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 63985a53..64b7557b 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -435,7 +435,7 @@ { - this.$refs.editDialog.open("edit").setData(this.mlogItem); + this.$refs.editDialog.open("edit",'rework').setData(this.mlogItem); }); }, table_add() {