|
@@ -130,7 +130,6 @@ export default {
|
|
|
getList() {
|
|
|
this.bizJson = localStorage.getItem('key')
|
|
|
this.queryListData = {
|
|
|
- ename: this.userInformation,
|
|
|
bizId: this.bizJson,
|
|
|
pageSize: this.pageSize,
|
|
|
curIndex: this.curIndex
|
|
@@ -146,7 +145,6 @@ export default {
|
|
|
queryCode.statusString !== '' ? this.Arra.push(queryCode.statusString) : ''
|
|
|
queryCode.status = this.Arra
|
|
|
queryCode.bizId = localStorage.getItem('key')
|
|
|
- queryCode.ename = this.userInformation
|
|
|
queryCode.pageSize = this.pageSize
|
|
|
queryCode.curIndex = this.curIndex
|
|
|
projectInit(queryCode).then(res => {
|