|
|
@ -226,7 +226,8 @@ export default {
|
|
|
|
this.loading = true
|
|
|
|
this.loading = true
|
|
|
|
CommondbPageMappingportlist(this.queryParam).then(res => {
|
|
|
|
CommondbPageMappingportlist(this.queryParam).then(res => {
|
|
|
|
if (res.code == 200) {
|
|
|
|
if (res.code == 200) {
|
|
|
|
this.loadData = res.data
|
|
|
|
this.loadData = res.data.items
|
|
|
|
|
|
|
|
this.queryParam.totalCount = res.data.totalCount
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.loadData = []
|
|
|
|
this.loadData = []
|
|
|
|
this.$message.warning(res.message)
|
|
|
|
this.$message.warning(res.message)
|
|
|
|