Sfoglia il codice sorgente

去掉老流程的方法 ,没有同步升级手机端!!!

rongxin_test
张泽亮 11 mesi fa
parent
commit
a39865b2fe
5 ha cambiato i file con 16 aggiunte e 16 eliminazioni
  1. +2
    -2
      src/views/lawEnforcement/index.vue
  2. +3
    -3
      src/views/lawEnforcement/user/index.vue
  3. +6
    -6
      src/views/lawEnforcement/user/waitingProcessing.vue
  4. +3
    -3
      src/views/lawEnforcement/userNew/user_new.vue
  5. +2
    -2
      src/views/yinnong/workbench.vue

+ 2
- 2
src/views/lawEnforcement/index.vue Vedi File

@@ -165,7 +165,7 @@ export default {
}) })
}, },
/** 查询待办列表 */ /** 查询待办列表 */
getTaskList() {
/*getTaskList() {
this.loading = true; this.loading = true;
return request({ return request({
url: "/activiti/process/taskList", url: "/activiti/process/taskList",
@@ -181,7 +181,7 @@ export default {
}) })
.then(() => { .then(() => {
}); });
},
},*/
getList(){ getList(){
this.loading = true; this.loading = true;
this.queryParams.number = 2 ; this.queryParams.number = 2 ;


+ 3
- 3
src/views/lawEnforcement/user/index.vue Vedi File

@@ -188,10 +188,10 @@ export default {
console.log(res.data.companyName) console.log(res.data.companyName)
this.companyName = res.data.companyName; this.companyName = res.data.companyName;
}); });
this.getTaskList();
//this.getTaskList();
}); });
}, },
getTaskList() {
/*getTaskList() {
this.loading = true; this.loading = true;
return request({ return request({
url: "/activiti/process/taskList", url: "/activiti/process/taskList",
@@ -208,7 +208,7 @@ export default {
.then(() => { .then(() => {


}); });
},
},*/
}, },
}; };
</script> </script>


+ 6
- 6
src/views/lawEnforcement/user/waitingProcessing.vue Vedi File

@@ -169,7 +169,7 @@ export default {
}); });
}, },
methods: { methods: {
getTaskList() {
/*getTaskList() {
this.loading = true; this.loading = true;
return request({ return request({
url: "/activiti/process/taskList", url: "/activiti/process/taskList",
@@ -189,8 +189,8 @@ export default {
}).then(() => { }).then(() => {


}); });
},
getTaskDoneList(){
},*/
/*getTaskDoneList(){
this.doneLoading = true; this.doneLoading = true;
return request({ return request({
url: "/activiti/process/taskDoneList", url: "/activiti/process/taskDoneList",
@@ -211,18 +211,18 @@ export default {
}) })
.then(() => { .then(() => {
}); });
},
},*/
getListchange(type){ getListchange(type){
if(type == 'db'){ if(type == 'db'){
this.taskList = []; this.taskList = [];
this.queryParamsTask.pageNum = 1; this.queryParamsTask.pageNum = 1;
this.finished = false; this.finished = false;
this.getTaskList()
//this.getTaskList()
} else { } else {
this.taskDoneList = []; this.taskDoneList = [];
this.queryParams.pageNum = 1 ; this.queryParams.pageNum = 1 ;
this.doneFinished = false; this.doneFinished = false;
this.getTaskDoneList()
//this.getTaskDoneList()
} }
} }
}, },


+ 3
- 3
src/views/lawEnforcement/userNew/user_new.vue Vedi File

@@ -134,10 +134,10 @@ export default {
console.log(res.data.companyName) console.log(res.data.companyName)
this.companyName = res.data.companyName; this.companyName = res.data.companyName;
}); });
this.getTaskList();
//this.getTaskList();
}); });
}, },
getTaskList() {
/*getTaskList() {
this.loading = true; this.loading = true;
return request({ return request({
url: "/activiti/process/taskList", url: "/activiti/process/taskList",
@@ -154,7 +154,7 @@ export default {
.then(() => { .then(() => {


}); });
},
},*/
}, },
}; };
</script> </script>


+ 2
- 2
src/views/yinnong/workbench.vue Vedi File

@@ -218,10 +218,10 @@
this.hcAreaInfoOption = res.data; this.hcAreaInfoOption = res.data;
} }
}), }),
this.$set(this.queryParams, "systemType", '4');
/* this.$set(this.queryParams, "systemType", '4');
ListTodo(this.queryParams).then((response) => { ListTodo(this.queryParams).then((response) => {
this.taskList = response.rows this.taskList = response.rows
})
})*/


menus({identityType : 4}).then((response) => { menus({identityType : 4}).then((response) => {
this.menusList = response.data this.menusList = response.data


Caricamento…
Annulla
Salva