From c6ab7edacf63b92909ac39f228e02d08dfad789d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 2 Mar 2022 00:00:05 +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/xmProduct/XmProductEdit.vue | 4 ++-- src/views/xm/core/xmProject/XmProjectEdit.vue | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/xm/core/xmProduct/XmProductEdit.vue b/src/views/xm/core/xmProduct/XmProductEdit.vue index 0b9c4be1..38adb287 100644 --- a/src/views/xm/core/xmProduct/XmProductEdit.vue +++ b/src/views/xm/core/xmProduct/XmProductEdit.vue @@ -4,9 +4,9 @@ - + {{i.optionName}} - + diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue index 84e10f43..aca6839c 100644 --- a/src/views/xm/core/xmProject/XmProjectEdit.vue +++ b/src/views/xm/core/xmProject/XmProjectEdit.vue @@ -2,10 +2,10 @@
- - + + {{i.optionName}} - + @@ -247,6 +247,7 @@ return this.editForm.totalReceivables }, calcProjectStatusStep(){ + debugger; if(this.options['projectStatus'] && this.editForm){ var index=this.options['projectStatus'].findIndex(i=>{ if(i.optionValue==this.editForm.status){