فهرست منبع

红外热成像固定大小

xuzhancheng 3 هفته پیش
والد
کامیت
6c8c79fd62
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      yudao-ui-admin-vue3/src/views/pressure2/pipechecker/components/StatusOperationPanel.vue

+ 1 - 0
yudao-ui-admin-vue3/src/views/pressure2/pipechecker/components/StatusOperationPanel.vue

@@ -1859,6 +1859,7 @@ const initPreview=()=>{
 
   initData.value.templateId = templateId;
   initData.value.refId = refId;
+  initData.value.refName =  props.selectedItem?.reportName;
   initData.value.opType = (props.selectedItem.taskStatus == 510 || props.selectedItem.taskStatus >= 600 || (showReportPdfType.value === 'record' && props.selectedItem.taskStatus > 500) ||  props?.selectedItem?.checkUsers?.[0]?.id != userStore?.user?.id) ? 1 : 0;
 
   if (props.selectedItem.reportType === PressureReportType['INSPECTIONPLAN'] && props.selectedItem.manualUrl){