diff --git a/src/views/wpm_gx/mtask.vue b/src/views/wpm_gx/mtask.vue index d7d40ab2..2bde578a 100644 --- a/src/views/wpm_gx/mtask.vue +++ b/src/views/wpm_gx/mtask.vue @@ -39,7 +39,7 @@ - + @@ -99,10 +99,26 @@ import deliverDrawer from "./mtask_deliver.vue"; export default { props: { + deptId: { + type: String, + default: "", + }, + mgroupId: { + type: String, + default: "", + }, mgroupName: { type: String, default: "", }, + processId: { + type: String, + default: "", + }, + mgroupcode: { + type: String, + default: "", + }, }, components: { deliverDrawer, @@ -137,12 +153,14 @@ export default { // 34: "已终止", // 40: "已提交", // }, - deptId: null, deliverShow:false, }; }, mounted() { - this.getMgroupInfo(); + let that = this; + that.params.mgroup = that.mgroupId; + that.apiObj = this.$API.pm.mtask.list; + // this.getMgroupInfo(); }, methods: { getMgroupInfo(){