Browse Source

抽屉回显

duy 2 years ago
parent
commit
7a8fb160ff
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/views/transfer/inspects.vue
  2. 1 0
      src/views/using/query.vue

+ 2 - 2
src/views/transfer/inspects.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="hc-page-layout-box" id="carry-spot-checks-layout-target">
+    <div class="hc-page-layout-box" id="carry-spot-checks-layout-target1">
         <div class="hc-layout-left-box" :style="'width:' + leftWidth + 'px;'"  v-show="!isCarrySpotChecksDrawer">
             <div class="hc-project-box">
                 <div class="hc-project-icon-box">
@@ -32,7 +32,7 @@
         </div>
 
         <!--展开抽查-->
-        <HcDrawer :show="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target" @close="onCarrySpotChecksDrawerClose">
+        <HcDrawer :show="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target1" @close="onCarrySpotChecksDrawerClose">
             <div class="hc-carry-spot-checks-pdf">
                 <HcPdf :src="pdfUrl" v-loading="pdfLoading"/>
                 <el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">

+ 1 - 0
src/views/using/query.vue

@@ -1064,6 +1064,7 @@ const consultFileClick =async (row,type) => {
         pdfUrl.value=row.pdfFileUrl
         getmetaInfo(checkId.value)
    }
+   
 
 }
 const isCarrySpotChecksDrawer = ref(false)