|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <z-paging class="hc-image-view-page" ref="pageRef" v-model="dataList" @query="getDataList">
|
|
|
+ <z-paging ref="pageRef" v-model="dataList" @query="getDataList">
|
|
|
<template #top>
|
|
|
<view class="hc-paging-top-bar mb-1">
|
|
|
<hc-nav-back-bar title="声像文件">
|
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import {ref} from "vue";
|
|
|
-import {onLoad, onShow} from '@dcloudio/uni-app'
|
|
|
+import {onLoad} from '@dcloudio/uni-app'
|
|
|
import {useAppStore} from "@/store";
|
|
|
import mainApi from '~api/image/index';
|
|
|
import {arrIndex, deepClone, getArrValue} from "js-fast-way";
|
|
|
@@ -187,9 +187,3 @@ const delCheckList = async () => {
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
-<style scoped lang="scss">
|
|
|
-.hc-image-view-page {
|
|
|
-
|
|
|
-}
|
|
|
-</style>
|