src/views/datamanage/dataUpdata.vue
@@ -178,6 +178,7 @@ </el-form-item> --> <!-- 坐标系 --> <el-form-item v-show="false" :label="$t('dataManage.dataUpObj.coordinateSystem')" style="margin-right: 3%" size="small" @@ -2703,8 +2704,11 @@ return; } this.entryOption = data.result; if (this.entryOption.length > 0) { this.formInline.entryId = this.entryOption[0].name; this.formInline.dirid = this.entryOption[0].id; } this.getselectVerByDirid(); },