|
|
|
@ -414,8 +414,7 @@ export default {
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
//this.list = response.data.list || [];
|
|
|
|
|
this.list = [];
|
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.detailList = [];
|
|
|
|
|
} else {
|
|
|
|
|