代码优化

This commit is contained in:
吕金泽
2022-05-21 14:32:21 +08:00
parent 2676d6a271
commit 545040a72e
8 changed files with 8 additions and 8 deletions
@@ -92,7 +92,7 @@
</template>
<script setup>
import {reactive, ref, watch, getCurrentInstance, defineExpose, onMounted} from 'vue'
import {reactive, ref, watch, getCurrentInstance, onMounted} from 'vue'
import genCode from '@/scripts/gen/gen-mb-list.js'
import { ElMessageBox } from 'element-plus'
const { proxy } = getCurrentInstance()