diff --git a/client/src/components/SimpleEntitySelector.vue b/client/src/components/SimpleEntitySelector.vue index 5a7cf1f..8bb9782 100644 --- a/client/src/components/SimpleEntitySelector.vue +++ b/client/src/components/SimpleEntitySelector.vue @@ -85,15 +85,7 @@ const state = reactive({ parmas: {isDeleted: false, enabled: true}, key: 'deliveryMethodId', optionProps: {key: 'deliveryMethodId', label: 'methodName', value: 'deliveryMethodId'} - }, - checklist: {//检查表 - filterable: false, - api: checklists, - parmas: {isRemove: false, enabled: true}, - key: 'checklistId', - optionProps: {key: 'checklistId', label: 'checklistName', value: 'checklistId'} - } - } + }) const {baseConfig, selectConfig} = toRefs(state) diff --git a/client/src/views/xzzfgl/jcbgl.vue b/client/src/views/xzzfgl/jcbgl.vue index ffd9576..51f1f67 100644 --- a/client/src/views/xzzfgl/jcbgl.vue +++ b/client/src/views/xzzfgl/jcbgl.vue @@ -12,15 +12,7 @@