zhengnaiwen_citu 5 mesi fa
parent
commit
4b30ee4646
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/bonus/allocation/index.vue

+ 3 - 0
src/views/bonus/allocation/index.vue

@@ -139,6 +139,9 @@ export default {
       if (!this.$refs.bonusTableRefs) {
         return
       }
+      if (!this.query.employeeCategory) {
+        return
+      }
       const data = await this.$refs.bonusTableRefs.onInit(this.query, pageInfo)
       this.loading = false
       if (!data) {