|
@@ -240,7 +240,7 @@ export default {
|
|
|
getMyQwUserList().then(response => {
|
|
|
this.myQwUserList = response.data;
|
|
|
if(this.myQwUserList!=null){
|
|
|
- this.queryParams.qwUserId=this.myQwUserList[0].dictValue
|
|
|
+ // this.queryParams.qwUserId=this.myQwUserList[0].dictValue
|
|
|
this.queryParams.corpId=this.myQwUserList[0].corpId
|
|
|
this.getList();
|
|
|
}
|