分页bug修复
This commit is contained in:
@@ -162,8 +162,8 @@
|
||||
/* 刷新表格 */
|
||||
reload() {
|
||||
this.loading=true;
|
||||
this.momData = [];
|
||||
listAvgCompositeIndex(this.where).then((res) => {
|
||||
this.momData = [];
|
||||
console.log(res.data.data);
|
||||
if (res.data.code == 0) {
|
||||
this.$message.success(res.data.msg);
|
||||
|
||||
@@ -165,9 +165,9 @@
|
||||
/* 刷新表格 */
|
||||
reload() {
|
||||
this.loading = true;
|
||||
this.momData = [];
|
||||
listAvgWaterQualitySandard(this.where).then((res) => {
|
||||
console.log(res.data.data);
|
||||
this.momData = [];
|
||||
if (res.data.code == 0) {
|
||||
this.$message.success(res.data.msg);
|
||||
res.data.data.forEach((m) => {
|
||||
|
||||
@@ -167,9 +167,9 @@
|
||||
/* 刷新表格 */
|
||||
reload() {
|
||||
this.loading = true;
|
||||
this.momData = [];
|
||||
listMonthCompositeIndex(this.where).then((res) => {
|
||||
console.log(res.data.data);
|
||||
this.momData = [];
|
||||
if (res.data.code == 0) {
|
||||
this.$message.success(res.data.msg);
|
||||
res.data.data.forEach((m) => {
|
||||
|
||||
Reference in New Issue
Block a user