@@ -531,11 +531,16 @@ export default {
this.getLocalMonth();
},
created() {
+ if (this.isManufacturer === 'distributor') {
+ this.$router.replace({ path: "/inforList" });
+ }
this.getAllDlr({}, true);
this.getAllDataName();
this.selectGroupList();
this.getAreaList();
+ beforeCreate() {
};
</script>