zhengnaiwen_citu преди 4 месеца
родител
ревизия
4b30ee4646
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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) {