Quellcode durchsuchen

提工时成功统计bug

Lijy vor 8 Monaten
Ursprung
Commit
8d49e5f742
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

@@ -147,6 +147,9 @@ export default {
     methods: {
         filterPersonnel(id, name) {
             this.pageIndex = 1
+            if(!id) {
+                this.filterConditionSwitching()
+            }
             if (this.chartUserId) {
                 let arrList = JSON.parse(JSON.stringify(this.personnelAllPlly))
                 const arr = arrList.list.filter(item => item.name == name)