月球大数据地理空间分析展示平台-【中台】
Surpriseplus
2023-08-11 1653112f53e17dbbd8a5b7230b096da8902b3337
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;
      this.formInline.entryId = this.entryOption[0].name;
      this.formInline.dirid = this.entryOption[0].id;
      if (this.entryOption.length > 0) {
        this.formInline.entryId = this.entryOption[0].name;
        this.formInline.dirid = this.entryOption[0].id;
      }
      this.getselectVerByDirid();
    },