|
@@ -162,7 +162,7 @@ export default {
|
|
if (this.$checkRes(cres)) this.$set(this, `carList`, cres.data);
|
|
if (this.$checkRes(cres)) this.$set(this, `carList`, cres.data);
|
|
const ures = await this.getUserList();
|
|
const ures = await this.getUserList();
|
|
if (this.$checkRes(ures)) this.$set(this, `userList`, ures.data);
|
|
if (this.$checkRes(ures)) this.$set(this, `userList`, ures.data);
|
|
- const d1 = await this.tree('zc');
|
|
|
|
|
|
+ const d1 = await this.tree({ categroy: 'zc', status: '使用' });
|
|
if (this.$checkRes(d1)) this.$set(this, `costList`, d1);
|
|
if (this.$checkRes(d1)) this.$set(this, `costList`, d1);
|
|
},
|
|
},
|
|
},
|
|
},
|