Browse Source

多维bug

rsbi 3 years ago
parent
commit
b312eccc36
2 changed files with 9 additions and 12 deletions
  1. 1 2
      src/view/bireport/ParamFilter.vue
  2. 8 10
      src/view/bireport/ReportParam.vue

+ 1 - 2
src/view/bireport/ParamFilter.vue

@@ -120,9 +120,8 @@
 					}
 				}, this, load);
 			},
-			create(paramId){	//用在参数筛选
+			create(p){	//用在参数筛选
 				this.show = true;
-				let p = findParamById(paramId, this.pageInfo.params);
 				this.title = p.name + " - 参数筛选";
 				this.param = p;
 				this.cubeId = p.cubeId;

File diff suppressed because it is too large
+ 8 - 10
src/view/bireport/ReportParam.vue