Procházet zdrojové kódy

Merge branch 'develop_temp0626' of jianguan-web/jg-ocs-html into pre-release

李磊 před 2 roky
rodič
revize
6bc4fc798b

+ 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()
+            })
           }
         }
       })