fix: record
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getShareList } from '@/api/spring/blessing/generateRecord'
|
||||
import { getShareList } from '@/api/spring/user'
|
||||
import { formatTime } from '@/utils'
|
||||
|
||||
export default {
|
||||
@@ -124,11 +124,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getList } from '@/api/spring/blessing/generateRecord'
|
||||
import { getViewList } from '@/api/spring/user'
|
||||
import { formatTime } from '@/utils'
|
||||
|
||||
export default {
|
||||
name: 'GenerateRecord',
|
||||
name: 'ViewRecord',
|
||||
data() {
|
||||
return {
|
||||
host: 'https://file.lihailezzc.com/',
|
||||
@@ -209,7 +209,7 @@
|
||||
},
|
||||
async fetchData() {
|
||||
this.listLoading = true
|
||||
const { data } = await getList(this.queryForm)
|
||||
const { data } = await getViewList(this.queryForm)
|
||||
this.list = data.list
|
||||
this.total = data.totalCount
|
||||
this.timeOutID = setTimeout(() => {
|
||||
Reference in New Issue
Block a user