1d91b96b by lihua

下拉列表查看详情

1 parent 967a5f60
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!