Browse Source

字段改

cxmo 1 year ago
parent
commit
8c2f410eac

+ 1 - 1
src/views/custom_manage/customList/customList.vue

@@ -1288,7 +1288,7 @@ ShareListDialog},
 				TodoStatus:this.todoType,
 				SortByTodo:this.SortByTodo,
 				TryStage: this.act_trialTag,
-				FromArea:this.fromArea
+				RegionType:this.fromArea
 			}
 			customInterence.customList(params).then(res => {
 				if(res.Ret === 200) {

+ 1 - 1
src/views/custom_manage/customList/customListEn.vue

@@ -353,7 +353,7 @@ import reportVarietyEnSet from '@/components/reportVarietyEnSet.vue'
         customInterence.getCustomListEn({
             ...this.searchParams,
             EnPermissionIds:arr.join(','),
-            Sales:this.sales.join(',')
+            Sellers:this.sales.join(',')
         }).then(res=>{
           // console.log(res);
           if(res.Ret == 200){