diff --git a/frontend/src/components/ConditionEditor/ConditionEditor.vue b/frontend/src/components/ConditionEditor/ConditionEditor.vue index eef9401..567f4c6 100644 --- a/frontend/src/components/ConditionEditor/ConditionEditor.vue +++ b/frontend/src/components/ConditionEditor/ConditionEditor.vue @@ -52,12 +52,12 @@ import { useQuasar } from 'quasar'; const tree = ref(props.conditionTree); const closeDg = (val:string) => { if (val == 'OK') { - if(tree.value.root.children.length===0){ - $q.notify({ - type: 'negative', - message: `条件式を設定してください。` - }); - } + // if(tree.value.root.children.length===0){ + // $q.notify({ + // type: 'negative', + // message: `条件式を設定してください。` + // }); + // } context.emit("update:conditionTree",tree.value); } showflg.value=false; diff --git a/frontend/src/components/right/AppFieldSelect.vue b/frontend/src/components/right/AppFieldSelect.vue index aa9e448..4895a4f 100644 --- a/frontend/src/components/right/AppFieldSelect.vue +++ b/frontend/src/components/right/AppFieldSelect.vue @@ -1,157 +1,165 @@ diff --git a/frontend/src/components/right/AppSelect.vue b/frontend/src/components/right/AppSelect.vue index 75300c7..396facd 100644 --- a/frontend/src/components/right/AppSelect.vue +++ b/frontend/src/components/right/AppSelect.vue @@ -1,14 +1,18 @@