|
@@ -2020,7 +2020,7 @@ export default {
|
|
|
} else {
|
|
|
// 多指标求和求平均
|
|
|
if([81,82].includes(type)){
|
|
|
- this.operationForm={...res,view,isCreator: res.EdbInfoDetail.SysUserId===this.roleId}
|
|
|
+ this.operationForm={...res,view,isCreator: res.EdbInfoDetail.SysUserId===this.roleId,edb_id: res.EdbInfoDetail.EdbInfoId}
|
|
|
this.showBatchComputedPop=true
|
|
|
return
|
|
|
}
|