|
@@ -230,12 +230,13 @@ export default {
|
|
|
this.$refs.item.toggle();
|
|
|
},
|
|
|
getList() {
|
|
|
- this.page++;
|
|
|
+
|
|
|
this.search.startTime =
|
|
|
this.dateSection.showStartDate.replace(/\//g, "-") + " 00:00:00";
|
|
|
(this.search.endTime =
|
|
|
this.dateEndSection.showEndDate.replace(/\//g, "-") + " 23:59:59"),
|
|
|
(this.search.page = this.page);
|
|
|
+ this.page++;
|
|
|
getPracticeGroup(this.search).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
if (this.refreshing) {
|