src/views/CNAS/process/method/standardMethodsChange/index.vue
@@ -17,7 +17,7 @@ </div> </div> <div class="table"> <lims-table :tableData="tableData" :column="tableColumn" :height="'calc(100vh - 250px)'" <lims-table :tableData="tableData" :column="tableColumn" :height="150" @pagination="pagination" :page="page" :tableLoading="tableLoading"></lims-table> </div> <formDIaChange v-if="formDIa" ref="formDIa" :operationType="operationType" @closeDia="closeDia"></formDIaChange>