src/views/class/index.vue
@@ -104,7 +104,7 @@ activeName: "all", total: 0, data: { staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, staffId: JSON.parse(localStorage.getItem("selectStaff")).id, keyword: "", pageIn: { //可选,如果是分页查询,需要加上。 @@ -158,7 +158,7 @@ this.listLoading = true; let data = { itemType: "TEAM", staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, staffId: JSON.parse(localStorage.getItem("selectStaff")).id, keyword: this.data.keyword, pageIn: { ...this.data.pageIn }, };