管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-06 531b6d25d21474f8df88bd484b901111e048837d
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') {