|
@@ -70,14 +70,12 @@ export default {
|
|
|
await this.searchList({ status: '0' });
|
|
|
await this.searchList({ status: '1' });
|
|
|
await this.searchList({ status: '2' });
|
|
|
- // await this.searchList();
|
|
|
},
|
|
|
methods: {
|
|
|
...dock({ dockQuery: 'query' }),
|
|
|
...place({ palcequery: 'query', transactiondtetle: 'delete' }),
|
|
|
async searchList({ skip = 0, limit = 10, status, ...info } = {}) {
|
|
|
let res = await this.dockQuery({ is_allowed: 1, skip, status, ...info });
|
|
|
- console.log(res);
|
|
|
if (res.errcode === 0) {
|
|
|
if (status == '0') {
|
|
|
this.$set(this, `preTotal`, res.total);
|