qinzhipeng_v před 5 roky
rodič
revize
8a8b7dcc85

+ 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 => {