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