Browse Source

bug 待办不分系统

rongxin_test
张泽亮 11 months ago
parent
commit
a5ef7f65e6
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      src/views/yinnong/doneCompleted/completedNew.vue
  2. +3
    -3
      src/views/yinnong/doneCompleted/doneNew.vue

+ 3
- 3
src/views/yinnong/doneCompleted/completedNew.vue View File

@@ -117,12 +117,12 @@
}
},
getList() {
this.$set(this.queryParams, "systemType", '4');
//this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
let _this = this;
if(this.loading){
A_myTodoList(this.queryParams).then((response) => {
console.info(_this.taskList.length)
//console.info(_this.taskList.length)
response.rows.forEach(res => {
// if(res.tableName?res.tableName.indexOf('t_homeapply')>0:""){
// res.tableName = '来自农村宅基地管理系统'
@@ -154,7 +154,7 @@
},
goDetail(item){
let type = item.tableName;
console.info(type)
//console.info(type)
switch (type) {
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}})


+ 3
- 3
src/views/yinnong/doneCompleted/doneNew.vue View File

@@ -82,7 +82,7 @@ done.vue<template>
}
this.getList();
});
console.log(this.$route.query.fr)
//console.log(this.$route.query.fr)
if(this.$route.query.fr){
this.$cookies.set("from",this.$route.query.fr,"0")
}
@@ -98,7 +98,7 @@ done.vue<template>
},
getList() {
this.taskList = []
this.$set(this.queryParams, "systemType", '4');
//this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
A_myDoneList(this.queryParams).then((response) => {
response.rows.map(res => {
@@ -121,7 +121,7 @@ done.vue<template>
})
},
goDetail(item){
console.log(item)
//console.log(item)
let type = item.tableName;
switch (type) {
case 't_homeuse_zyyctc':


Loading…
Cancel
Save