瀏覽代碼

fix: 添加调试日志以追踪clientEnvironmentId值

liujt 4 月之前
父節點
當前提交
21bb3dc1bc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/saleManage/saleOrder/components/addDialog.vue

+ 1 - 0
src/views/saleManage/saleOrder/components/addDialog.vue

@@ -956,6 +956,7 @@
       },
       // 获取公司数据
       getGroupAll() {
+        console.log('getGroupAll~~~clientEnvironmentId', this.clientEnvironmentId);
         const apiRequest = this.clientEnvironmentId == 6 ? listOrganizationsNew({deptIds: ['1998632792148717569', '1998632872721297409']}) : listOrganizations();
         apiRequest.then((list) => {
           console.log('listOrganizations', list);