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