qinzhipeng_v 5 years ago
parent
commit
8a8b7dcc85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/projectManage/projectList/projectIndex.vue

+ 1 - 0
src/views/projectManage/projectList/projectIndex.vue

@@ -459,6 +459,7 @@ export default {
       this.table_loading = true
       this.query_object = {}
       this.query_object = e
+      this.query_object.bizId = Number(localStorage.getItem('bizId'))
       this.query_object.curIndex = this.curIndex
       this.query_object.pageSize = this.pageSize
       projectList(this.query_object).then(res => {