Lijy 3 ماه پیش
والد
کامیت
29854dc774
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -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;