zouyu
3 天以前 72780bc3f7a4b47ebba49f28f4ffe219c14349ba
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>