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