Crunchy
2025-03-17 0a26d58a3906b9e13946c7cb46fae51a0de98920
src/views/business/productSamplingInfo/index.vue
@@ -251,7 +251,7 @@
import { selectUserCondition } from "@/api/performance/class";
export default {
  name: "b1-product-sampling-info",
  name: "ProductSamplingInfo",
  // import 引入的组件需要注入到对象中才能使用
  components: { limsTable, AddQuarterItem },
  data() {
@@ -316,7 +316,7 @@
      ],
      page: {
        total: 0,
        size: 10,
        size: 20,
        current: 1
      },
      tableData1: [],
@@ -362,7 +362,7 @@
      ],
      page1: {
        total: 0,
        size: 10,
        size: 20,
        current: 1
      },
      yearSampleDia: false, // 年度抽样
@@ -610,7 +610,7 @@
      return 'height: calc(100% - ' + '44' + 'px)'
    },
    getUserList() {
      selectUserCondition({ type: 0 }).then((res) => {
      selectUserCondition().then((res) => {
        this.userList = res.data;
      })
    },