|
|
@@ -806,6 +806,7 @@
|
|
|
onLoad(page, params = {}) {
|
|
|
this.loading = true;
|
|
|
params.process = 2; //待發佈
|
|
|
+ params.personId = this.userInfo.user_id;
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
|
|
|
const data = res.data.data;
|
|
|
this.page.total = data.total;
|