|
|
@@ -1146,7 +1146,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
let params = {
|
|
|
- currentPage: this.currentPage,
|
|
|
+ current_page: this.currentPage,
|
|
|
size: this.size,
|
|
|
bar_code: this.BarCode,
|
|
|
sample_code: this.SampleCode,
|
|
|
@@ -1193,7 +1193,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
let paramsid = {
|
|
|
- Id: id
|
|
|
+ id: id
|
|
|
}
|
|
|
params = Object.assign(params, paramsid)
|
|
|
}
|