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') {