|
@@ -11,7 +11,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
-import {defineProps, defineEmits, toRef, ref, watch, watchEffect} from 'vue';
|
|
|
|
|
|
+import {toRef, ref, watch, watchEffect} from 'vue';
|
|
import {useSystemStore} from '@/store/modules/systemStore';
|
|
import {useSystemStore} from '@/store/modules/systemStore';
|
|
import {Modal} from "@arco-design/web-vue";
|
|
import {Modal} from "@arco-design/web-vue";
|
|
import {useI18n} from 'vue-i18n';
|
|
import {useI18n} from 'vue-i18n';
|