月球大数据地理空间分析展示平台-【中台】
WX
2023-08-15 ec86ce630c3bf6ef4abe5f52ecde21eeda03c5e7
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();
    },