mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
remove criterion working
This commit is contained in:
parent
25e28ab97c
commit
598d2b31e9
@ -94,7 +94,6 @@ export default {
|
||||
mounted() {
|
||||
this.updateMetadataOptions();
|
||||
this.updateOperationInputVisibility();
|
||||
console.log('this.isDefault', this.isDefault);
|
||||
},
|
||||
methods: {
|
||||
updateMetadataOptions() {
|
||||
@ -117,18 +116,6 @@ export default {
|
||||
updateMetadataSelection() {
|
||||
this.updateOperationInputVisibility();
|
||||
},
|
||||
removeCriterion(ev) {
|
||||
console.log('removeCriterion', this.index);
|
||||
// this.$emit('removeCondition', this.conditionIdentifier);
|
||||
},
|
||||
cloneCriterion(ev) {
|
||||
console.log('cloneCriterion')
|
||||
// this.$emit('cloneCondition', {
|
||||
// identifier: this.conditionIdentifier,
|
||||
// index: Number(ev.target.closest('.widget-condition').getAttribute('data-condition-index'))
|
||||
// });
|
||||
},
|
||||
|
||||
persist() {
|
||||
this.$emit('persist', this.criterion);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user