|
@@ -604,7 +604,7 @@ export default {
|
|
|
|
|
|
//其他判断
|
|
|
if(this.form.markerType==='line'){
|
|
|
- if(this.markerForm.markLineType===2&&this.edbType===1&&!this.searchObj){
|
|
|
+ if(this.markerForm.markLineType===2&&this.markerForm.edbType===1&&!this.searchObj){
|
|
|
return this.$message.warning(/* '请选择指标' */this.$t('Edb.InputHolderAll.input_select_edb'))
|
|
|
}
|
|
|
//起始日期为动态 获取日期变换
|
|
@@ -671,6 +671,9 @@ export default {
|
|
|
//获取需要的数据
|
|
|
this.markerForm.edbInfoId = this.searchObj.EdbInfoId
|
|
|
this.markerForm.edbName = this.searchObj.EdbName
|
|
|
+ }else{
|
|
|
+ this.markerForm.edbInfoId = 0
|
|
|
+ this.markerForm.edbName = ''
|
|
|
}
|
|
|
},
|
|
|
},
|