Переглянути джерело

关联试验数据参数修改

duy 2 роки тому
батько
коміт
d6673710b2
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/views/data-fill/components/ListItem.vue

+ 4 - 4
src/views/data-fill/components/ListItem.vue

@@ -171,8 +171,8 @@
                 </div>
                 <div class="dialog-table">
                         <HcTable  :loading="CTDdialogTableLoading" :column="CTDdialogTableColumn" :datas="CTDdialogTableData1" >
-                             <template #recordNo="{row}">
-                                <span class="text-link" @click="CTDtableRowName(row)" >{{row?.recordNo}}</span>
+                             <template #reportNo="{row}">
+                                <span class="text-link" @click="CTDtableRowName(row)" >{{row?.reportNo}}</span>
                             </template>
                         </HcTable>
                 </div>
@@ -1243,7 +1243,7 @@ const savefileModal = ()=>{
     
 }
 const CTDdialogTableColumn = ref([
-    {key:'recordNo', name: '报告编号'},
+    {key:'reportNo', name: '报告编号'},
     {key:'reportDate', name: '报告日期'},
     {key:'projectPositionName', name: '工程用途及部位'},
     {key:'detectionResultName', name: '检测结果'},
@@ -1500,7 +1500,7 @@ const getSearchNodeTables = async () => {
         projectId: projectId.value,
         contractId: contractId.value,
         primaryKeyId: CTDnodeDataInfo.value.primaryKeyId,
-        type: authBtnTabKey.value,
+        // type: authBtnTabKey.value,
         tableType: tabTypeKey.value
     })
     //处理数据