Browse Source

修改判断

695593266@qq.com 1 month ago
parent
commit
232fa08eee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/produceOrder/index.vue

+ 2 - 2
src/views/produceOrder/index.vue

@@ -961,8 +961,8 @@
         };
       },
       clientEnvironmentId() {
-        // return this.$store.state.user.info.clientEnvironmentId;
-        return 9;
+        return this.$store.state.user.info.clientEnvironmentId;
+        // return 9;
       }
     },
     watch: {