1d91b96b by lihua

下拉列表查看详情

1 parent 967a5f60
......@@ -2006,6 +2006,7 @@ onBeforeMount(async () => {
if (approveVO && (approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && detailInfo.value.bizApproveState != 'D') {
restart.value = true;
}
detailInfo.value.productName = detailInfo.value.damGuid ? detailInfo.value.damGuid : detailInfo.value.productName;
setProductBaseFormItems(detailInfo.value);
let dataCoverageTimeRange: string[] = [];
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!