소스 검색

修改bug

chenrui 2 년 전
부모
커밋
2780ce7ef6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/dealerManagement/businessOwnerSettings/settingsIndex.vue

+ 5 - 0
src/views/dealerManagement/businessOwnerSettings/settingsIndex.vue

@@ -181,6 +181,11 @@ export default {
             _this.$nextTick(() => {
               this.$refs.setCategory.pageInit()
             })
+          } else if (res.data.allDealerFlag == 1 && res.data.allProductFlag == 1 && res.data.allSupplierFlag != 1) {
+            _this.activeKeyVal = '3'
+            _this.$nextTick(() => {
+              this.$refs.setSupplier.pageInit()
+            })
           }
         }
       })