Просмотр исходного кода

fix: 添加调试日志打印clientEnvironmentId值

liujt 5 месяцев назад
Родитель
Сommit
111075b92d

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

@@ -1579,6 +1579,8 @@
             this.form.relationType = 4;
             this.form.relationType = 4;
           }
           }
 
 
+          console.log('clientEnvironmentId~~~', this.clientEnvironmentId)
+
           //润天默认值
           //润天默认值
           if (this.clientEnvironmentId == 6) {
           if (this.clientEnvironmentId == 6) {
             this.form.salesDeptId = '1998632792148717569';
             this.form.salesDeptId = '1998632792148717569';

+ 2 - 0
src/views/salesServiceManagement/components/info.vue

@@ -1569,6 +1569,8 @@ export default {
           idField: 'id',
           idField: 'id',
           parentIdField: 'parentId'
           parentIdField: 'parentId'
         });
         });
+
+        console.log('clientEnvironmentId~~~', this.clientEnvironmentId)
         // 润天默认  6
         // 润天默认  6
         if(this.clientEnvironmentId == 6 && this.type == 'add') {
         if(this.clientEnvironmentId == 6 && this.type == 'add') {
           this.form.involveDeptId = '1998632521465114626';
           this.form.involveDeptId = '1998632521465114626';