gaoluyang
2025-03-03 52931b33493f47ff390ea2ba746e0264a0f06f14
src/views/business/productOrder/index.vue
@@ -64,7 +64,7 @@
    <div class="table">
      <lims-table :tableData="tableData" :column="column"
                  :isSelection="true" :handleSelectionChange="selectMethod"
                  @pagination="pagination" :height="'calc(100vh - 280px)'" key="tableData"
                  @pagination="pagination" :height="'calc(100vh - 280px)'" :key="upIndex"
                  :page="page" :tableLoading="tableLoading"></lims-table>
    </div>
    <div>
@@ -329,6 +329,7 @@
        orderType: '',
        state: '',
      },
      upIndex: 0,
      tableData: [],
      tableLoading: false,
      column: [
@@ -753,6 +754,7 @@
      const params = {...this.entity, state: this.tabList[this.tabIndex].value}
      this.tableLoading = true
      selectInsOrderParameter(params).then(res => {
        this.upIndex++
        this.tableLoading = false
        if (res.code === 200) {
          this.tableData = res.data.records