...
|
...
|
@@ -101,12 +101,10 @@ |
|
|
type: this.type
|
|
|
}
|
|
|
}).then(result => {
|
|
|
if (result.code === 200) {
|
|
|
if (result.data && result.data.orderList.length > 0) {
|
|
|
this.$set('orderList', this.orderList.concat(result.data.orderList));
|
|
|
this.pageTotal = result.data.pageTotal;
|
|
|
this.busy = false;
|
|
|
}
|
|
|
if (result.data && result.data.orderList.length > 0) {
|
|
|
this.$set('orderList', this.orderList.concat(result.data.orderList));
|
|
|
this.pageTotal = result.data.pageTotal;
|
|
|
this.busy = false;
|
|
|
}
|
|
|
|
|
|
if (this.orderList.length === 0) {
|
...
|
...
|
|