gongchunyi
14 小时以前 53de04f28e81d70e7bdf21a7dd657abf58177582
src/views/standard/standardLibrary/components/BatchCopy.vue
@@ -1,6 +1,6 @@
<template>
  <div>
    <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="批量编辑" width="90%">
    <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="批量编辑" width="90%" @closed="$emit('close')">
      <el-row>
        <el-col :span="6" class="search_thing">
          <div class="search_label">样品名称:</div>
@@ -527,6 +527,9 @@
      } else {
        this.sample = trees[3];
      }
      this.standardMethodListId = null;
      this.productList1 = [];
      this.methods = [];
      this.selectStandardTree = false;
    },
    handleSelectionChange0(val) {