优化
This commit is contained in:
parent
888a476141
commit
707f3b753c
@ -156,10 +156,10 @@ export default {
|
|||||||
this.$loadingStart()
|
this.$loadingStart()
|
||||||
let res = await apiGetAssessList(parmas)
|
let res = await apiGetAssessList(parmas)
|
||||||
this.$loadingEnd()
|
this.$loadingEnd()
|
||||||
res = res.data
|
if (res.code !== 200) return this.$message.error(res.msg)
|
||||||
this.tableData = res.list
|
this.tableData = res.data.list
|
||||||
this.params.totalCount = res.totalCount
|
this.params.totalCount = res.data.totalCount
|
||||||
this.params.currPage = res.currPage
|
this.params.currPage = res.data.currPage
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('error: ', error)
|
console.log('error: ', error)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user