|
|
@@ -532,9 +532,9 @@ export default {
|
|
|
this.getLocalMonth();
|
|
|
},
|
|
|
created() {
|
|
|
- if (this.isManufacturer === 'distributor') {
|
|
|
- this.$router.replace({ path: "/inforList" });
|
|
|
- }
|
|
|
+ // if (this.isManufacturer === 'distributor') {
|
|
|
+ // this.$router.replace({ path: "/inforList" });
|
|
|
+ // }
|
|
|
this.getAllDlr({}, true);
|
|
|
this.getAllDataName();
|
|
|
this.selectGroupList();
|