监管端未传部门id

zhy_new_1203
liujun 2024-12-04 17:04:30 +08:00
parent 998395fdba
commit c921c6590d
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ export default {
currentPage: this.currentPage,
TYPE: this.type,
vectors: '0',
REQUEST_SOURCE: '2'
REQUEST_SOURCE: '1',
DEPARTMENT_ID: this.$store.state.userInfo.DEPARTMENT_ID
});
this.list = [...this.list, ...resData.list.list];
this.totalPage = resData.list.totalPage;