From 12e260c47b506fbe312fae0893e61b29882c82dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 21 Apr 2022 22:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProject/XmProjectMng.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/xm/core/xmProject/XmProjectMng.vue b/src/views/xm/core/xmProject/XmProjectMng.vue index b0ca10cd..64ab86a7 100644 --- a/src/views/xm/core/xmProject/XmProjectMng.vue +++ b/src/views/xm/core/xmProject/XmProjectMng.vue @@ -99,7 +99,7 @@
{{p.name}}
-
{{p.code}} {{formatProjectStatus(p.status)}} +
{{p.code}} {{formatProjectStatus(dicts,'projectStatus',p.status)}} 删除 复制 统计 @@ -203,13 +203,7 @@ @@ -414,6 +408,7 @@ } },//end data methods: { + ...util, handleSizeChange(pageSize) { this.pageInfo.pageSize=pageSize; this.getXmProjects(); @@ -873,7 +868,7 @@ this.filters.productName=this.$route.params.productName; } this.$nextTick(() => { - initSimpleDicts('all',['projectType','priority','projectStatus']).then(res=>{ + initSimpleDicts('all',['projectType','priority','projectStatus','bizFlowState']).then(res=>{ this.dicts=res.data.data; }) this.maxTableHeight = this.source == 'GZT' ? this.maxTableHeight : util.calcTableMaxHeight(this.$refs.table.$el);