|
@@ -1815,6 +1815,7 @@ export default {
|
|
|
const { id } = JSON.parse(sessionStorage.getItem('user'))
|
|
|
this.users = res.data;
|
|
|
// this.usersNoInfo = res.data.filter(item => item.id != id)
|
|
|
+ this.usersNoInfo = res.data
|
|
|
if (!this.permissions.costAudit) {
|
|
|
this.addForm.ownerId = this.user.id;
|
|
|
this.addForm.status = 1;
|