src/components/MapView/mapSpacePop.vue
@@ -232,7 +232,7 @@ obj = this.optionx.find(function (item) { return item.field === value; }); // debugger // if (obj.type == 'serial' || obj.type == 'int') { // this.options = this.options2; // } else { @@ -320,9 +320,9 @@ //初始化查询阈值表 async getDomainsLayer() { const data = await inquiry_selectDomains({ name: this.spaceLayer }); if (data.code != 200) { this.$message.error('列表调用失败'); } if (data.code != 200) { this.$message.error('列表调用失败'); } this.domainsLayer = data.result; this.setListDataStart(); this.getTableselectFields();