Browse Source

Merge branch 'CRM15.5' into debug

cxmo 8 months ago
parent
commit
76a4e981ac
2 changed files with 4 additions and 4 deletions
  1. 2 2
      pages-roadshow/addActivity/byCell.vue
  2. 2 2
      pages-roadshow/addActivity/index.vue

+ 2 - 2
pages-roadshow/addActivity/byCell.vue

@@ -325,9 +325,9 @@
 				this.formData.activityType = defaultActivityType;
 				if(this.isRaiRole){
 					this.formData.activityType = "路演"
-				}else{
+				}/* else{
 					delete this.areaList.county_list
-				}
+				} */
 				
 				if(options.defaultOpt) {
 					this.defaultResearcher = JSON.parse(options.defaultOpt);

+ 2 - 2
pages-roadshow/addActivity/index.vue

@@ -331,9 +331,9 @@
 				}];
 				if(this.isRaiRole){
 					this.formData.activityType = "路演"
-				}else{
+				}/* else{
 					delete this.areaList.county_list
-				}
+				} */
 				
 				/* 编辑时回显表单 */
 				if(options.edit_id) {