Browse Source

修改判断

695593266@qq.com 1 tháng trước cách đây
mục cha
commit
232fa08eee
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: {