|
@@ -626,6 +626,12 @@ export default {
|
|
|
);
|
|
|
})
|
|
|
}
|
|
|
+ if(this.markerForm.edbType===1){
|
|
|
+ this.markerForm.edbInfoId = this.searchObj.EdbInfoId
|
|
|
+ this.markerForm.edbName = this.searchObj.EdbName
|
|
|
+ }else{
|
|
|
+ this.markerForm.edbInfoId = this.tableData&&this.tableData[0].EdbInfoId||''
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
let item = _.cloneDeep(this.markerForm)
|