董国庆
2025-07-01 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26
laboratory/src/views/dataManagement/confirmation-sheet/components/experimental-scheduling.vue
@@ -147,7 +147,6 @@
                ...this.form
            };
            getDispatchList(params).then(res => {
                console.log('222222222222',res)
                if (res) {
                    this.tableData = res.data.records || [];
                    this.total = res.data.total || 0;
@@ -164,7 +163,6 @@
            this.getTableData();
        },
        changeSelectedRows(val) {
            console.log('val',val)
            this.selectedRows = val;
        },
        handleCancel() {