| @@ -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 ; | ||||
| @@ -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> | ||||
| @@ -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() | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -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> | ||||
| @@ -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 | ||||