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){