管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-07 21de2bb71eef9c890909d3494abcf8fef767fa6f
src/views/datamanage/SpatialData.vue
@@ -401,6 +401,12 @@
          label: '业务数据',
          value: 'BS',
          children: [],
        }, {
          id: 3,
          tabDesc: '元数据',
          label: '元数据',
          value: 'MD',
          children: [],
        },
      ],
      tableAttach: [],
@@ -776,7 +782,6 @@
      var val;
      if (this.formSql.type == "long" || this.formSql.type == "integer") {
        val = parseInt(this.formSql.value);
      } else if (this.formSql.type == 'double') {