@@ -129,12 +129,12 @@ export default {
},
// 列表
_list() {
- let status = JSON.parse(JSON.stringify(this.tabIndex));
- status = status == 0 ? -1 : status;
+ let type = JSON.parse(JSON.stringify(this.tabIndex));
+ type = type == 0 ? -1 : type;
return getList({
search: "",
page: this.list.page,
- status: status,
+ type: type,
...this.form
}).then(res => {
this.completes(res);