|
@@ -189,7 +189,7 @@ export default {
|
189
|
189
|
tableHeight: '',
|
190
|
190
|
tableData: [],
|
191
|
191
|
search_input: '',
|
192
|
|
- limit: 10,
|
|
192
|
+ limit: 500,
|
193
|
193
|
page: 1,
|
194
|
194
|
prescriptionList: [],
|
195
|
195
|
dialysisBefor: [],
|
|
@@ -222,6 +222,9 @@ export default {
|
222
|
222
|
},
|
223
|
223
|
// 获取透析参数统计表
|
224
|
224
|
getlist (val) {
|
|
225
|
+ console.log("hhhhhhhhhhhhhhhhhhhhhhhhhhhhh",val)
|
|
226
|
+ this.limit = 500
|
|
227
|
+ this.page =1
|
225
|
228
|
const params = {
|
226
|
229
|
start_time: this.selected_date_str,
|
227
|
230
|
keyword: this.search_input,
|
|
@@ -231,6 +234,7 @@ export default {
|
231
|
234
|
page: this.page,
|
232
|
235
|
keyword: val || ''
|
233
|
236
|
}
|
|
237
|
+ console.log("params==================",params)
|
234
|
238
|
getMobileDialysisParameters(params).then(response => {
|
235
|
239
|
if (response.data.state == 1) {
|
236
|
240
|
var schedule = response.data.data.schedule
|