| | |
| | | optionx: [], |
| | | options: [], |
| | | conditions: [ |
| | | ['<>', 'like'], |
| | | ['=', '<>', 'like'], |
| | | ['>=', '>', ' =', '<=', '<', '<>'], |
| | | ['>=', '<='], |
| | | ['>=', '>', ' =', '<=', '<', '<>'], |
| | | ], |
| | | options1: [ |
| | | { |
| | |
| | | obj = this.optionx.find(function (item) { |
| | | return item.field === value; |
| | | }); |
| | | |
| | | |
| | | // if (obj.type == 'serial' || obj.type == 'int') { |
| | | // this.options = this.options2; |
| | | // } else { |
| | |
| | | //初始化查询阈值表 |
| | | 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(); |