wsy 3 vuotta sitten
vanhempi
commit
a0f328702c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/components/coms/table/table-qc.vue

+ 2 - 2
src/components/coms/table/table-qc.vue

@@ -24,10 +24,10 @@
       </tbody>
     </el-scrollbar>
     <el-pagination class="mg-t-8" v-if="pageable" @current-change="handleCurrentChange" :current-page="currentPage4" :page-size="pageSize" layout="total, prev, pager, next, jumper" :total="data.total"> </el-pagination>
-  </table>
-    <el-dialog :title="dialogTitle" v-model="dialogShow" width="70%" top="10vh" custom-class="modal" :close-on-click-modal="true" @closed="dialogType = ''">
+    <el-dialog :title="dialogTitle" v-model="dialogShow" width="70%" top="10vh" custom-class="modal" :close-on-click-modal="true">
       <div class="chart" id="chartDiv" height="500px"></div>
     </el-dialog>
+  </table>
 </template>
 
 <script>