fangq 4 years ago
parent
commit
a138754e2a

+ 1 - 0
src/components/release/release-returns.vue

@@ -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;

+ 1 - 0
src/components/tobeconfirm/tobeconfirm-returns.vue

@@ -806,6 +806,7 @@
       onLoad(page, params = {}) {
         this.loading = true;
         params.process = 3; //待確認
+        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;