zouyu
2026-05-07 b0d4df5f39525ae7fe252e8ee65d85fd71dca721
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>