@@ -301,7 +301,10 @@
mounted() {
this.getFactoryarea();
this.$nextTick(() => {
- this.where.factoryId = this.$store.state.user.info.factoryId;
+ this.where.factoryId =
+ this.$store.state.user.info.factoryId == 1
+ ? ''
+ : this.$store.state.user.info.factoryId;
});
},
created() {},