chenrui před 2 roky
rodič
revize
2780ce7ef6

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