@@ -143,7 +143,7 @@ export default {
this._list()
},
_list() {
- return getList({ status: this.tabIndex }).then(res => {
+ return getList({ type: this.tabIndex }).then(res => {
this.completes(res)
})