优化代码生成器模块:1、代码生成器配置页支持刷新字典;2、修改 Mapper.xml 中字典的查询方式;3、其它细节优化

This commit is contained in:
zhoumingfa
2024-08-14 14:54:56 +08:00
parent ff03f07b3f
commit 66cd067fa1
14 changed files with 200 additions and 151 deletions

View File

@@ -27,9 +27,13 @@
</template>
<script setup>
import { computed, onMounted, ref, watch } from 'vue';
import { computed, onMounted, ref, watch, defineExpose } from 'vue';
import { dictApi } from '/src/api/support/dict-api';
defineExpose({
queryDict,
});
const props = defineProps({
value: [Array, String],
placeholder: {