|
@@ -877,7 +877,8 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
// this.dataList=[]
|
|
|
- this.dataList = [...this.dataList,result.data.records];
|
|
|
+ console.log();
|
|
|
+ this.dataList = [...this.dataList,...result.data.records];
|
|
|
this.listTotal = result.data.total;
|
|
|
this.listLoading = false;
|
|
|
})
|