zhengnaiwen_citu 5 달 전
부모
커밋
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) {