浏览代码

修改判断

695593266@qq.com 1 月之前
父节点
当前提交
232fa08eee
共有 1 个文件被更改,包括 2 次插入2 次删除
  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: {