From 06b8ca404538d1603182269660a750006f424b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 4 Apr 2022 16:49:38 +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 --- .../xm/rpt/product/productWorkItemDayList.vue | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/views/xm/rpt/product/productWorkItemDayList.vue b/src/views/xm/rpt/product/productWorkItemDayList.vue index 46c45c9c..2cfa5b74 100644 --- a/src/views/xm/rpt/product/productWorkItemDayList.vue +++ b/src/views/xm/rpt/product/productWorkItemDayList.vue @@ -75,19 +75,7 @@ }//end return },//end data - methods: { - findMax( list ) { - var i, max = list[0]; - - if(list.length < 2) return max; - - for (i = 0; i < list.length; i++) { - if (list[i].distBudgetWorkload > max.distBudgetWorkload) { - max = list[i]; - } - } - return max; - }, + methods: { listXmProductStateHis(){ if(!this.filters.product){ this.$notify({showClose:true,message:'请先选中产品',type:'warning'})