|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup>
|
|
|
-import { ref, onMounted, reactive, markRaw, inject, watch, nextTick,defineExpose } from "vue"
|
|
|
+import { ref, onMounted, reactive, markRaw, inject, watch, nextTick } from "vue"
|
|
|
import { RouterView, RouterLink } from "vue-router"
|
|
|
import { request, uploadFile } from "@/utils/request"
|
|
|
import { ElMessage, ElButton, ElDialog, ElSelect } from "element-plus"
|