licp
2024-04-29 cd0252da419d4065e322b945da2d836796bc0e1f
src/components/view/b2-standard.vue
@@ -143,7 +143,7 @@
      </el-row>
      <el-row class="standard_table" v-loading="tableLoad">
        <el-table class="el-table" :data="standardList" style="width: 100%;height: 220px !important;overflow-y: auto;" tooltip-effect="dark"
          highlight-current-row @row-click="rowClick" ref="standard" :key="Math.random()">
          highlight-current-row @row-click="rowClick" ref="standard">
          <el-table-column prop="code" label="标准编号" show-overflow-tooltip width="180">
            <template slot-scope="scope">
              <span style="color: red;font-size: 14px;">{{scope.row['code']}}</span>
@@ -763,7 +763,8 @@
      rowClick(row, column, event) {
        this.tableLoad2 = true
        this.$axios.post(this.$api.standardTree.selectStandardProductListByMethodId, {
          id: row.id
          id: row.id,
          tree: this.selectTree
        }).then(res => {
          this.productList = res.data
          setTimeout(() => {