|
@@ -20,7 +20,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
-import { ref, defineEmits, defineProps, watch } from 'vue';
|
|
|
|
|
|
|
+import { ref, watch } from 'vue';
|
|
|
|
|
|
|
|
const loading = ref(false);
|
|
const loading = ref(false);
|
|
|
const checked_list = ref([]);
|
|
const checked_list = ref([]);
|