src/components/MapView/mapSpacePop.vue
@@ -143,9 +143,9 @@ optionx: [], options: [], conditions: [ ['<>', 'like'], ['=', '<>', 'like'], ['>=', '>', ' =', '<=', '<', '<>'], ['>=', '<='], ['>=', '>', ' =', '<=', '<', '<>'], ], options1: [ { @@ -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 {