xuyifeng-0724-人员中台对接-pet
parent
a6fdb97c4f
commit
33dd8ad3dc
|
@ -125,6 +125,9 @@ export default {
|
|||
).then((data) => {
|
||||
this.listLoading = false
|
||||
this.varList = data.varList
|
||||
if (this.varList.length === 0) {
|
||||
this.$message.error('没有相关人员信息')
|
||||
}
|
||||
this.total = data.page.totalResult
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
Loading…
Reference in New Issue