Commit 9ca8f660 authored by 刘怀志's avatar 刘怀志

64363 挂号管理,选择宠物一直loading

parent 358b70b3
......@@ -258,10 +258,10 @@ export default {
},
/** 查询宠物列表 */
getList() {
this.loading = true
this.queryParams.params = { ...this.queryParams.params }
const queryParams = deepClone(this.queryParams)
if (queryParams.petCode || queryParams.ownerName || queryParams.phone) {
this.loading = true
getPetInfo(queryParams).then(response => {
console.log('查询宠物宠主信息:', this.petsList)
this.petsList = response.rows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment