Browse Source

首页统计

xdd 5 days ago
parent
commit
8365181068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/qw/QwWorkTask/index.vue

+ 1 - 1
src/views/qw/QwWorkTask/index.vue

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