|
@@ -90,7 +90,7 @@
|
|
|
/>
|
|
|
|
|
|
<!-- 抽检记录 -->
|
|
|
- <hc-new-dialog v-model="isLogModal" is-slot-footer is-table widths="70%" title="抽检记录" @close="isLogModalClose">
|
|
|
+ <hc-new-dialog v-model="isLogModal" is-table widths="70%" title="抽检记录" @close="isLogModalClose">
|
|
|
<TableOpinion :contract-id="contractId" :project-id="projectId" :search-log-form="searchLogForm" :current-id="currentId" @change-file="changeFile" />
|
|
|
<template #footer>
|
|
|
<HcPages :pages="searchLogForm" @change="pageLogChange" />
|
|
@@ -247,7 +247,6 @@ const tableClick = (row) => {
|
|
|
isCarrySpotChecksDrawer.value = true
|
|
|
fileId.value = row.id
|
|
|
fileInfo.value = row
|
|
|
- console.log(fileInfo.value, 'fileInfo.value')
|
|
|
|
|
|
// isOpinion.value = false
|
|
|
isOpinion.value = true
|