|
@@ -117,12 +117,12 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
getList() { |
|
|
getList() { |
|
|
this.$set(this.queryParams, "systemType", '4'); |
|
|
|
|
|
|
|
|
//this.$set(this.queryParams, "systemType", '4'); |
|
|
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); |
|
|
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); |
|
|
let _this = this; |
|
|
let _this = this; |
|
|
if(this.loading){ |
|
|
if(this.loading){ |
|
|
A_myTodoList(this.queryParams).then((response) => { |
|
|
A_myTodoList(this.queryParams).then((response) => { |
|
|
console.info(_this.taskList.length) |
|
|
|
|
|
|
|
|
//console.info(_this.taskList.length) |
|
|
response.rows.forEach(res => { |
|
|
response.rows.forEach(res => { |
|
|
// if(res.tableName?res.tableName.indexOf('t_homeapply')>0:""){ |
|
|
// if(res.tableName?res.tableName.indexOf('t_homeapply')>0:""){ |
|
|
// res.tableName = '来自农村宅基地管理系统' |
|
|
// res.tableName = '来自农村宅基地管理系统' |
|
@@ -154,7 +154,7 @@ |
|
|
}, |
|
|
}, |
|
|
goDetail(item){ |
|
|
goDetail(item){ |
|
|
let type = item.tableName; |
|
|
let type = item.tableName; |
|
|
console.info(type) |
|
|
|
|
|
|
|
|
//console.info(type) |
|
|
switch (type) { |
|
|
switch (type) { |
|
|
case 't_homeuse_zyyctc': |
|
|
case 't_homeuse_zyyctc': |
|
|
this.$router.push({name:'sunVillageInfoPaidExitDetailNew',query: {id:item.data.id,taskId:item.id,auditbatchNo:item.auditbatchNo,type:"todo",electronicSignature:this.electronicSignature,nickName:this.nickName}}) |
|
|
this.$router.push({name:'sunVillageInfoPaidExitDetailNew',query: {id:item.data.id,taskId:item.id,auditbatchNo:item.auditbatchNo,type:"todo",electronicSignature:this.electronicSignature,nickName:this.nickName}}) |
|
|