From a6008e4cdc689b398f21cae1d783f292a63e216d Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 11 Mar 2025 16:48:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=EF=BC=9A=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E6=89=A7=E8=A1=8C=E4=B8=AD=E7=9A=84=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=BC=A0=E5=8F=82=E5=8F=98=E5=8A=A8=EF=BC=8C?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=8E=BB=E6=8E=89=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mtask.vue | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) 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(){