cxmo 10 сар өмнө
parent
commit
2d1861395e

+ 6 - 0
src/views/dataEntry_manage/components/addMarkerDialog.vue

@@ -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)