qinzhipeng_v 5 年之前
父节点
当前提交
8a8b7dcc85
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 => {