编辑下拉列表的值
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -2006,6 +2006,7 @@ onBeforeMount(async () => { | ... | @@ -2006,6 +2006,7 @@ onBeforeMount(async () => { |
| 2006 | if (approveVO && (approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && detailInfo.value.bizApproveState != 'D') { | 2006 | if (approveVO && (approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && detailInfo.value.bizApproveState != 'D') { |
| 2007 | restart.value = true; | 2007 | restart.value = true; |
| 2008 | } | 2008 | } |
| 2009 | detailInfo.value.productName = detailInfo.value.damGuid ? detailInfo.value.damGuid : detailInfo.value.productName; | ||
| 2009 | setProductBaseFormItems(detailInfo.value); | 2010 | setProductBaseFormItems(detailInfo.value); |
| 2010 | let dataCoverageTimeRange: string[] = []; | 2011 | let dataCoverageTimeRange: string[] = []; |
| 2011 | let dataCoverageStartTime = detailInfo.value.registerRSVO.dataCoverageStartTime; | 2012 | let dataCoverageStartTime = detailInfo.value.registerRSVO.dataCoverageStartTime; | ... | ... |
-
Please register or sign in to post a comment