zs
2025-05-05 25750ab29ce4e243f4e4e17a796167f3a0f0697b
Weben_CMS专用代码生成器/Weben_CMS_TemplateDemo/web/src/components/BaseQueryDrawer/BaseQueryDrawer.tsx
@@ -26,7 +26,7 @@
    //   default: false,
    // },
  },
  emits: ['close', 'confirmQueryForBase', 'update:modelValue', 'open', 'beforeClose'],
  emits: ['close','reset', 'confirmQueryForBase', 'update:modelValue', 'open', 'beforeClose'],
  setup(props: any, { emit, slots, attrs }: any) {
    // const size = computed(() => {
    //   if (attrs.size.includes('px')) {
@@ -71,6 +71,17 @@
                      鍏抽棴
                    </el-button>
                    <el-button
                      onClick={() => emit('reset')}
                      type="info"
                      plain
                      class={{
                        [styles.dialogBtn]: true,
                        [styles.csBaseBtn]: true,
                      }}
                    >
                      閲嶇疆
                    </el-button>
                    <el-button
                      onClick={() => emit('confirmQueryForBase')}
                      type="primary"
                      class={{